Login Form using App Layout Add-on

How i can load first the login form using App Layout Add-on
this component always show first

Hi,

i have the same problem. What’s the best practie to bypass show AppLayout Component?

I think that a good idea is to manage this behavior in Super Class Layout (BaseLayoutWithAppLayout that include AppLayout). The idea is to had two kind Layout:

  1. Login not extend BaseLayoutWithAppLayout
  2. Layouts that extend BaseLayoutWithAppLayout

In init() method of UI class manage a Session Variable that tell me if i made the login and navigateTo a correct View.

What did you think?

Thanks

Best regards

Michele