Sign in with Apple

This commit is contained in:
Hillel Coren 2022-07-10 14:25:04 +03:00
parent 354f2bb756
commit a43b24dd63
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ class _LoginState extends State<LoginView> {
_createAccount = false;
_loginError = '';
if (index == 1) {
_loginType == LOGIN_TYPE_EMAIL;
_loginType = LOGIN_TYPE_EMAIL;
}
});
},