3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export const USER_STORAGE_KEY = "muh.current-user";
|
|
export const AUTH_TOKEN_STORAGE_KEY = "muh.auth-token";
|