Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export const PREFIX_STORAGE = 'fc.'
- export const TOKEN_STORAGE = 'token_'
- export const LOCAL_STORAGE = 'admin'
- export const AUTH_TOKEN_LOCAL = `${PREFIX_STORAGE}${TOKEN_STORAGE}.${LOCAL_STORAGE}`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement