ng / frontend /src /constants /storage.ts
epii-1
222222
f0953a4
raw
history blame contribute delete
120 Bytes
export const STORAGE_KEYS = {
USERNAME: "saved_username",
PASSWORD: "saved_password",
TOKEN: "token",
} as const;