Skip to content

Commit

Permalink
fix: re auth not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Damego committed May 21, 2023
1 parent c198818 commit 83843b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion screens/auth/Auth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const AuthPage = () => {
}, []);

const makeLogin = async ({ token, useCache, login, password }) => {
if (isLoading) return;
if (!(await storage.hasAcceptedPrivacyPolicy())) {
changeLoginMessageError('Политика конфиденциальности не принята');
return;
Expand Down

0 comments on commit 83843b6

Please sign in to comment.