feat: implement force logout event and update navigation redirects
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 1m37s
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 1m37s
This commit is contained in:
@@ -28,7 +28,7 @@ function handleUnauthorizedResponse(): void {
|
||||
unauthorizedRedirectHandler()
|
||||
return
|
||||
}
|
||||
window.location.assign('/auth')
|
||||
window.location.assign('/')
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user