Merge pull request #4874 from dignow/refact/mobile_dismiss_login_before_verification
dismiss login dialog before verification
This commit is contained in:
commit
bf4854a444
@ -434,12 +434,8 @@ Future<bool?> loginDialog() async {
|
||||
}
|
||||
break;
|
||||
case HttpType.kAuthResTypeEmailCheck:
|
||||
setState(() => isInProgress = false);
|
||||
final res = await verificationCodeDialog(resp.user);
|
||||
if (res == true) {
|
||||
close(true);
|
||||
return;
|
||||
}
|
||||
close(true);
|
||||
verificationCodeDialog(resp.user);
|
||||
break;
|
||||
default:
|
||||
passwordMsg = "Failed, bad response from server";
|
||||
|
Loading…
x
Reference in New Issue
Block a user