Skip to content

Commit c58ea92

Browse files
committed
Add title to Reset password page
1 parent 9798636 commit c58ea92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/router/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const authRoute: RouteRecordRaw = {
114114
{
115115
path: 'reset-password/:token',
116116
name: 'auth-reset-password',
117-
meta: { public: true, title: 'Register' },
117+
meta: { public: true, title: 'Reset password' },
118118
props: (route) => ({ token: route.params.token }),
119119
component: () => import('components/Auth/ResetPassword.vue'),
120120
},

0 commit comments

Comments
 (0)