test
This commit is contained in:
@@ -47,9 +47,10 @@ export const HomePage = () => {
|
||||
};
|
||||
|
||||
const handleLogin = useCallback(async () =>{
|
||||
let appStart = getLocalStorage(StorageKeys.AppStart);
|
||||
//let appStart = getLocalStorage(StorageKeys.AppStart);
|
||||
|
||||
if(!!appStart){
|
||||
//if(!!appStart){
|
||||
if(false){
|
||||
useStore.getState().UserStore.resetUserInfo();
|
||||
let tokenType = getLocalStorage(StorageKeys.TokenType);
|
||||
let accessToken = getLocalStorage(StorageKeys.AccessToken);
|
||||
|
||||
Reference in New Issue
Block a user