mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Don't require login for frontend (#99)
This commit is contained in:
parent
4d84dcb90e
commit
12ec1bbd59
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ export default function App() {
|
|||
path="/app"
|
||||
render={() => <Redirect to="/app/dashboard" />}
|
||||
/>
|
||||
<PrivateRoute path="/app" component={Layout} />
|
||||
<PublicRoute path="/login" component={Login} />
|
||||
<PublicRoute path="/app" component={Layout} />
|
||||
// <PublicRoute path="/login" component={Login} />
|
||||
<Route component={Error} />
|
||||
</Switch>
|
||||
</HashRouter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue