Skip to content

Commit cc0dd9f

Browse files
committed
update verification route to comply with backend
1 parent 675d417 commit cc0dd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const routes = [
4242
component: ResetPasswordError,
4343
},
4444
{
45-
path: '/accounts/verified',
45+
path: '/accounts/verify',
4646
name: 'AccountVerified',
4747
component: AccountVerified,
4848
},

0 commit comments

Comments
 (0)