Removing the Auth page completely.
Hi,
i'm using the metronic demo1 on react and i've searched everywhere and the other questions on here on how to completely remove the auth page and i've ran across a couple things..
firstly this.
<>
<Switch>
<Route path='/error' component={ErrorsPage} />
<Route path='/logout' component={Logout} />
<>
<MasterLayout>
<PrivateRoutes />
</MasterLayout>
</>
</Switch>
<MasterInit />
</>
this just left the screen constantly loading, another person asked the same question and got this as a response.
Try to remove src/app/modules/auth folder and comment all Auth dependencies also.
but this only ended up breaking the code everywhere and never building properly..
i'm i tackling this incorrectly? Does anyone know how to remove the auth page completely?
Replies (1)
Hi,
Have you removed from app.js.
Try to do this, maybe it will help you.
Regards,
Keenthemes support