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 />
</>
Try to remove src/app/modules/auth folder and comment all Auth dependencies also.