fix: Better authwebview
This commit is contained in:
parent
38a388b1fd
commit
4dd8f4ed57
2 changed files with 12 additions and 4 deletions
|
|
@ -68,6 +68,7 @@ class _SignUpPasswordState extends State<SignUpPassword> {
|
|||
);
|
||||
} else {
|
||||
if (_lastAuthWebViewStage == currentStage) {
|
||||
_lastAuthWebViewStage = null;
|
||||
setState(
|
||||
() => passwordError = L10n.of(context).oopsSomethingWentWrong);
|
||||
return setState(() => loading = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue