auth fix
This commit is contained in:
parent
21d95a9c04
commit
1ff6ada311
@ -67,14 +67,14 @@ const AuthForPartners = () => {
|
||||
onClick={!isLoading ? (e) => {
|
||||
e.preventDefault();
|
||||
dispatch(loading(true))
|
||||
// fetchAuth({
|
||||
// username,
|
||||
// password,
|
||||
// dispatch: ()=> {
|
||||
// dispatch(auth(true))
|
||||
// dispatch(loading(false))
|
||||
// }
|
||||
// })
|
||||
fetchAuth({
|
||||
username,
|
||||
password,
|
||||
dispatch: ()=> {
|
||||
dispatch(auth(true))
|
||||
dispatch(loading(false))
|
||||
}
|
||||
})
|
||||
} : ()=>{}}
|
||||
>
|
||||
{ isLoading ? <Loader /> : 'Войти' }
|
||||
|
Loading…
Reference in New Issue
Block a user