mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
fixes
This commit is contained in:
@@ -84,6 +84,7 @@ export const authStorage = {
|
||||
key("auth-user"),
|
||||
key("profile-id"),
|
||||
key("current-profile"),
|
||||
key("profile-id"),
|
||||
].forEach((k) => backend.remove(k));
|
||||
Object.keys(Cookies.get()).forEach((name) => {
|
||||
Cookies.remove(name);
|
||||
|
||||
Reference in New Issue
Block a user