update
This commit is contained in:
@ -3,8 +3,7 @@ import { getData, setData } from '@/utils';
|
||||
import { type AuthModel } from './_models';
|
||||
// import https from 'https'
|
||||
|
||||
const AUTH_LOCAL_STORAGE_KEY = `${import.meta.env.VITE_APP_NAME}-auth-v${import.meta.env.VITE_APP_VERSION
|
||||
}`;
|
||||
const AUTH_LOCAL_STORAGE_KEY = `${import.meta.env.VITE_APP_NAME}-auth-v${import.meta.env.VITE_APP_VERSION}`;
|
||||
|
||||
const getAuth = (): AuthModel | undefined => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user