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