Skip to content

Commit

Permalink
Update the system console route because of the name change
Browse files Browse the repository at this point in the history
for unique selenium ID
  • Loading branch information
doh5 committed Mar 30, 2017
1 parent 1e15b0d commit b1ec2f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/routes/route_admin_console.jsx
Expand Up @@ -85,9 +85,9 @@ export default (
/>
</Route>
<Route path='authentication'>
<IndexRedirect to='email'/>
<IndexRedirect to='authenticationEmail'/>
<Route
path='email'
path='authenticationEmail'
component={EmailAuthenticationSettings}
/>
<Route
Expand Down Expand Up @@ -135,9 +135,9 @@ export default (
/>
</Route>
<Route path='notifications'>
<IndexRedirect to='email'/>
<IndexRedirect to='notificationsEmail'/>
<Route
path='email'
path='notificationsEmail'
component={EmailSettings}
/>
<Route
Expand Down

0 comments on commit b1ec2f5

Please sign in to comment.