Advertisement
kidto1412

auth

Jun 30th, 2024 (edited)
1,106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export const PREFIX_STORAGE = 'fc.'
  2. export const TOKEN_STORAGE = 'token_'
  3. export const LOCAL_STORAGE = 'admin'
  4. export const AUTH_TOKEN_LOCAL = `${PREFIX_STORAGE}${TOKEN_STORAGE}.${LOCAL_STORAGE}`
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement