Skip to content

Commit e9febf5

Browse files
author
jiang-xiaowen-psh
committed
fix: page not found when click the "Sign in" button on email verify page
1 parent 2fcc387 commit e9febf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/account/verify-email.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ onNuxtReady(() => {
6868
<v-btn
6969
color="primary"
7070
variant="text"
71-
@click="navigateTo('/account/login')"
71+
@click="navigateTo('/account/signin')"
7272
>
7373
Sign in
7474
</v-btn>

0 commit comments

Comments
 (0)