fix for logout bug #737

Merged
tech merged 1 commits from SEND076 into main 2026-03-13 18:20:45 +00:00

View File

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