mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
WIP
This commit is contained in:
@@ -7,7 +7,7 @@ export default function({ isAuthenticated =false, ...rest }) {
|
||||
|
||||
return (
|
||||
<Route path="/auth">
|
||||
{ isAuthenticated ?
|
||||
{ (isAuthenticated) ?
|
||||
(<Redirect to={to} />) : (
|
||||
<Switch>
|
||||
<div class="authentication-page">
|
||||
|
||||
Reference in New Issue
Block a user