mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Account settings redirect
This commit is contained in:
parent
49bb7259b2
commit
95d2d09f56
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ class Routes extends React.Component {
|
|||
component={ ManageListingsPage } />
|
||||
|
||||
{/* Account settings */}
|
||||
<MatchWhenAuthorized
|
||||
exactly
|
||||
pattern="/account"
|
||||
component={ () => <Redirect to="/account/contact-details" /> } />
|
||||
<MatchWhenAuthorized
|
||||
exactly
|
||||
pattern="/account/contact-details"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue