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>
<route path="/logout" component="{Logout}"></route>
<>
<masterlayout>
<privateroutes></privateroutes>
</masterlayout>
>
</switch>
<masterinit></masterinit>
>
Try to remove src/app/modules/auth folder and comment all Auth dependencies also.
Hi,
Have you removed
Try to do this, maybe it will help you.
Regards,
Keenthemes support