less-token-check
This commit is contained in:
parent
617969ad15
commit
e5d3235846
|
@ -36,7 +36,8 @@ export const AuthGuard = (props: Props) => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
await loadSession()
|
// await loadSession()
|
||||||
|
console.warn('session is not loaded')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user