We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e9707 commit 50e0fc8Copy full SHA for 50e0fc8
1 file changed
app/assets/components/NavBar.vue
@@ -18,6 +18,7 @@ const auth = useAuthStore()
18
v-if="!auth.isAuthenticated" />
19
<UFNavBarLogin
20
v-if="!auth.isAuthenticated"
21
+ @goto-login="router.push({ name: 'account.login' })"
22
@goto-registration="router.push({ name: 'account.register' })" />
23
<UFNavBarUserCard
24
v-if="auth.isAuthenticated"
0 commit comments