Merge pull request #222 from cogwheel0/prevent-tool-selection-after-logout

feat(auth): Prevent tool selection after logout and improve state management
This commit is contained in:
cogwheel
2025-12-05 13:58:09 +05:30
committed by GitHub
3 changed files with 13 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class ToolsList extends _$ToolsList {
return;
}
Future.microtask(() async {
if (!ref.mounted) return;
await refresh();
});
}