verify-email

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-21 15:11:55 +07:00
parent 3bb91201d8
commit 4a8bad8002
2 changed files with 42 additions and 2 deletions

View file

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