feat(auth): Prevent tool selection after logout and improve state management
This commit is contained in:
@@ -43,6 +43,7 @@ class ToolsList extends _$ToolsList {
|
||||
return;
|
||||
}
|
||||
Future.microtask(() async {
|
||||
if (!ref.mounted) return;
|
||||
await refresh();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user