fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -351,6 +351,6 @@ export default class AuthStore extends Store<Team> {
|
||||
|
||||
// Tell the host application we logged out, if any – allows window cleanup.
|
||||
void Desktop.bridge?.onLogout?.();
|
||||
this.rootStore.logout();
|
||||
this.rootStore.clear();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user