Skip to content

Commit 53ce30f

Browse files
committed
FIX: account login and set new password fix
1 parent 727aeca commit 53ce30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/account/AccountLogin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<span class="footer-content__text">
6666
{{ t('account.login.not_yet_account') }}
6767
</span>
68-
<nuxt-link class="footer-content__link" :to="localePath('/account/register')">
68+
<nuxt-link class="footer-content__link" :to="localePath({path: '/account/register'})">
6969
{{ t('account.login.create_account') }}
7070
</nuxt-link>
7171
</p>

pages/account/set-new-password.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ if (auth?.type !== 'credentials') {
1717
}
1818
1919
definePageMeta({
20-
layout: false
20+
layout: 'empty'
2121
})
2222
</script>

0 commit comments

Comments
 (0)