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.
2 parents 821c73f + e9febf5 commit 96760eaCopy full SHA for 96760ea
pages/account/verify-email.vue
@@ -10,7 +10,7 @@ const status = ref('')
10
11
const verifyEmail = async () => {
12
verifying.value = true
13
- const { data, error } = await useFetch(`/api/account/registration/verify-email/`, {
+ const { data, error } = await useFetch(`/api/account/verify-email/`, {
14
method: 'POST',
15
body: JSON.stringify({
16
key: route.params.token
@@ -68,7 +68,7 @@ onNuxtReady(() => {
68
<v-btn
69
color="primary"
70
variant="text"
71
- @click="navigateTo('/account/login')"
+ @click="navigateTo('/account/signin')"
72
>
73
Sign in
74
</v-btn>
0 commit comments