remove some debugs
This commit is contained in:
parent
0cbcab6597
commit
ff10228907
4 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,6 @@ export default function LogoutPage({ authService }: LogoutPageProps) {
|
|||
const user = useUser()
|
||||
|
||||
useEffect(() => {
|
||||
console.debug(user)
|
||||
if (!user) {
|
||||
navigate('/login')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue