How to add multiple id in jmix.ui.main-view-id in application.properties?

How to add multiple id in jmix.ui.main-view-id in application.properties? For example, user login using admin then jmix.ui.main-view-id will be MainView, otherwise jmix.ui.main-view-id will be RegisterFormView.

Hello @hon.jan,

You can get similar behavior with anonymous screens, similar question:

Regards,
Nikita

But got this problem When click to go back in the browser , why it didn't go to LoginView.java and go to MainView.class from RegisterFormView.class?