Skip to content

Commit 50e0fc8

Browse files
committed
New user email verification, part un
1 parent f6e9707 commit 50e0fc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/assets/components/NavBar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const auth = useAuthStore()
1818
v-if="!auth.isAuthenticated" />
1919
<UFNavBarLogin
2020
v-if="!auth.isAuthenticated"
21+
@goto-login="router.push({ name: 'account.login' })"
2122
@goto-registration="router.push({ name: 'account.register' })" />
2223
<UFNavBarUserCard
2324
v-if="auth.isAuthenticated"

0 commit comments

Comments
 (0)