fix for logout bug

This commit is contained in:
Arseni
2026-03-13 20:06:05 +03:00
parent f9aea3a7ca
commit 8d5507ae66

View File

@@ -74,10 +74,6 @@ class _AccountLoaderState extends State<AccountLoader> {
'AccountLoader action=goToLogin',
name: 'pweb.auth.redirect',
);
developer.debugger(
message:
'AccountLoader: redirecting to login due to empty auth state',
);
return true;
}());
WidgetsBinding.instance.addPostFrameCallback((_) => goToLogin());