fix broken experience if forgot password email isn't found
This commit is contained in:
parent
97448b389f
commit
006920b686
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default function makeRoutes (currentUser) {
|
|||
</Route>
|
||||
<Route path="users">
|
||||
<Route path=":id/edit" component={nullComponent} />
|
||||
<Route path="password" component={nullComponent} />
|
||||
<Route path="password/new" component={nullComponent} />
|
||||
<Route path="password/edit" component={nullComponent} />
|
||||
</Route>
|
||||
|
|
Loading…
Reference in a new issue