diff options
Diffstat (limited to 'modern/src/App.js')
-rw-r--r-- | modern/src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/App.js b/modern/src/App.js index 36cd2b5..3641339 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -48,7 +48,7 @@ const App = () => { <Switch> <Route exact path='/login' component={LoginForm} /> <Route exact path='/register' component={RegisterForm} /> - <Route exact path='/resetpassword' component={ResetPasswordForm} /> + <Route exact path='/reset-password' component={ResetPasswordForm} /> <Route> {!initialized ? (<LinearProgress />) : ( <Switch> |