v0.10b
This commit is contained in:
Executable → Regular
+2
-2
@@ -1,6 +1,6 @@
|
||||
import React, {FormEvent, ChangeEvent} from "react";
|
||||
import Modal from "../../ui/Modal/Modal";
|
||||
import {login} from "../../api/users";
|
||||
import {login} from "../../api/auth";
|
||||
import {connect} from "react-redux";
|
||||
import {addNotification, hideModal, setModal, setUser} from "../../store/actions";
|
||||
import './LoginModal.sass'
|
||||
@@ -107,4 +107,4 @@ export default connect(null,
|
||||
setModal: (modal: React.ReactNode | null) => dispatch(setModal(modal)),
|
||||
hideModal: () => dispatch(hideModal())
|
||||
})
|
||||
)(LoginModal);
|
||||
)(LoginModal);
|
||||
|
||||
Reference in New Issue
Block a user