1
0
forked from firka/firka

Update firka/lib/ui/phone/widgets/login_webview.dart

This commit is contained in:
2026-04-26 21:51:29 +02:00
parent 09c408a6be
commit 06a1df9e85

View File

@@ -168,7 +168,10 @@ class _LoginWebviewWidgetState extends FirkaState<LoginWebviewWidget>
if (!mounted) return NavigationDecision.prevent;
if (mounted) {
Navigator.of(context).pop();
final isReauth = widget.username != null;
if (isReauth) {
Navigator.of(context).pop();
}
appRouter?.go('/home');
}
} catch (ex) {