diff --git a/libs/auth/src/lib/utils/auth-storage.ts b/libs/auth/src/lib/utils/auth-storage.ts index 97df1c827..ca791d39b 100644 --- a/libs/auth/src/lib/utils/auth-storage.ts +++ b/libs/auth/src/lib/utils/auth-storage.ts @@ -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);