Account settings redirect

This commit is contained in:
Vesa Luusua 2017-01-11 02:28:20 +02:00
parent 49bb7259b2
commit 95d2d09f56

View file

@ -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"