master
Gorji 3 years ago
parent b6c32a8dfa
commit 3323acd00b
  1. 3
      src/AppRouter.js

@ -47,7 +47,8 @@ class AppRouter extends Component {
this.props.profile ? (
<Home />
) : (
<Auth page={"profile"} />
<Auth />
// <Auth page={"profile"} />
)
) : (
<Auth />

Loading…
Cancel
Save