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.
1 parent 46dfe7d commit 2fcc387Copy full SHA for 2fcc387
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
0 commit comments