fix: Better authwebview

This commit is contained in:
Christian Pauly 2021-01-16 15:18:32 +01:00
commit 4dd8f4ed57
2 changed files with 12 additions and 4 deletions

View file

@ -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);