Skip to content

Commit 4d5819f

Browse files
committed
fix: url redirect bug fixed
1 parent 2dd1b96 commit 4d5819f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/account/AccountSetNewPassword.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
{{ $t('account.reset.set_new_pswd_success') }}
8989
<div>
9090
<nuxt-link
91-
:to="localePath('account.login')"
91+
:to="localePath('account/login')"
9292
class="btn btn-link"
9393
>
9494
{{ $t('account.reset.set_new_pswd_success_link') }}

0 commit comments

Comments
 (0)