This commit is contained in:
Estifo77
2026-08-01 11:24:18 +03:00
parent 6fce0b4fa7
commit 7692730642

View File

@@ -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);