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