mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-12 08:08:46 +08:00
refactor:pc views
This commit is contained in:
5
frontend/src/constants/storage.ts
Normal file
5
frontend/src/constants/storage.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const STORAGE_KEYS = {
|
||||
USERNAME: "saved_username",
|
||||
PASSWORD: "saved_password",
|
||||
TOKEN: "token",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user