Hello, I just found this low code program and I want to try to make my own app
i made it with blank template, but, there is a login page in my app, and i don't know how to remove it
is there any way to remove it?
Hello Farhansyah
You can easily remove the login page by allowing this screen to be access by Anonymous Users. Please follow the steps -
Please refer the screenshot -
In addition to what Manish already correctly explained, if your complete application does not require a user to login, you can remove the login screen from the common UI flow.
Login screen is always generated under Common flow when creating new module (UI Layer). You can change your application access to anonymous by enabling "anonymous" role. Follow below mentioned navigation.
Select your home screen -> Enable check box near anonymous role(Right bottom corner) -> Publish your application