Replies: 1 comment
-
After some chatting in discord, I found out we can put the checking logic inside |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a SPA site which will check whether the user has logged in or not in
beforeNavigate
.But when I enter the protected url in browser address bar directly or refreshing the protected page(logout in another tab),
the
beforeNavigate
didn't trigger.Is this by design?
Beta Was this translation helpful? Give feedback.
All reactions