Skip to content

Commit 2fcc387

Browse files
author
jiang-xiaowen-psh
committed
fix: route not found happens when access the confirm link
1 parent 46dfe7d commit 2fcc387

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
@@ -10,7 +10,7 @@ const status = ref('')
1010
1111
const verifyEmail = async () => {
1212
verifying.value = true
13-
const { data, error } = await useFetch(`/api/account/registration/verify-email/`, {
13+
const { data, error } = await useFetch(`/api/account/verify-email/`, {
1414
method: 'POST',
1515
body: JSON.stringify({
1616
key: route.params.token

0 commit comments

Comments
 (0)