mirror of
https://github.com/ascribe/onion.git
synced 2025-01-23 16:23:33 +01:00
Fix bug in whitelabel landing page
This commit is contained in:
parent
27f04f59a3
commit
ce46f7c886
@ -22,7 +22,7 @@ let baseUrl = AppConstants.baseUrl;
|
||||
function getRoutes(commonRoutes) {
|
||||
return (
|
||||
<Route name="app" path={baseUrl} handler={App}>
|
||||
<Route name="landing" path="/" handler={Landing} />
|
||||
<Route name="landing" path={baseUrl} handler={Landing} />
|
||||
<Route name="login" path="login" handler={LoginContainer} />
|
||||
<Route name="signup" path="signup" handler={SignupContainer} />
|
||||
<Route name="password_reset" path="password_reset" handler={PasswordResetContainer} />
|
||||
|
Loading…
Reference in New Issue
Block a user