You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works totally as expected the first time, if I try navigating to /profile without an active user the rejection happens, is handled by sending me to rejection route (doesn't matter if I use built in rejection component or custom). However, if I click a router-link again to go to /profile it seems to totally bypass this onBeforeRouteEnter hook.
The text was updated successfully, but these errors were encountered:
I added a
onBeforeRouteEnter
hook to my routeworks totally as expected the first time, if I try navigating to
/profile
without an active user the rejection happens, is handled by sending me to rejection route (doesn't matter if I use built in rejection component or custom). However, if I click a router-link again to go to/profile
it seems to totally bypass thisonBeforeRouteEnter
hook.The text was updated successfully, but these errors were encountered: