Skip to content

Commit

Permalink
Client - fix redirection when resetting password
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Dec 20, 2023
1 parent ef22e98 commit 2996ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fittrackee_client/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: '/password-reset/sent',
name: 'PasswordEmailSent',
component: () => PasswordResetView,
component: PasswordResetView,
props: { action: 'request-sent' },
meta: {
title: 'user.PASSWORD_RESET',
Expand Down

0 comments on commit 2996ccd

Please sign in to comment.