mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Change password recovery url to recover-password
This commit is contained in:
parent
00803945a5
commit
237e1d208a
3 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ describe('Application', () => {
|
|||
'/u/1234': 'Profile page with display name: 1234',
|
||||
'/login': 'Login',
|
||||
'/signup': 'Sign up',
|
||||
'/recover_password': 'Request new password',
|
||||
'/recover-password': 'Request new password',
|
||||
'/this-url-should-not-be-found': 'Page not found',
|
||||
'/reset-password?t=token&e=email': 'Reset password',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ exports[`LoginForm matches snapshot 1`] = `
|
|||
className={undefined}>
|
||||
<a
|
||||
className=""
|
||||
href="/recover_password"
|
||||
href="/recover-password"
|
||||
onClick={[Function]}
|
||||
style={Object {}}
|
||||
title={null}>
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ const routesConfiguration = [
|
|||
component: props => <AuthenticationPage {...props} tab="signup" />,
|
||||
},
|
||||
{
|
||||
path: '/recover_password',
|
||||
path: '/recover-password',
|
||||
exact: true,
|
||||
name: 'PasswordRecoveryPage',
|
||||
component: props => <PasswordRecoveryPage {...props} />,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue