verifyEmail

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-22 10:56:45 +07:00
parent 4a8bad8002
commit ba31453ff6
2 changed files with 33 additions and 19 deletions

View file

@ -79,7 +79,7 @@ const router = createRouter({
},
},
{
path: "/verifyemail/:token",
path: "/verifyemail",
name: "verifyemail",
component: VerifyEmail,
},