This commit is contained in:
fro1991
2025-02-01 22:15:17 +07:00
parent c14f9129c4
commit d216a5bb8c
2 changed files with 4 additions and 3 deletions

View File

@ -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 {