feat: login store moved to sessionStorage

This commit is contained in:
2025-10-31 00:24:20 +01:00
parent f1468ede1a
commit bbf58ecb19
4 changed files with 58 additions and 20 deletions

View File

@@ -0,0 +1 @@
export const USER_SESSION_STORAGE_KEY = "userSession";