FlowingCode/AppLayoutAddon

Parameterize welcome and redirect-welcome routes

javier-godoy opened this issue · 2 comments

The welcome and and redirect-welcome routes are hardcoded

if (event.data == 'redirect-welcome') {
Router.go("welcome");
}

This mechanism was added because an iframe was used for keycloak integration. Maybe we should remove this feature for now.

We discussed this. One way of doing this would be to add an attribute to the web component (fusion-layout) that would allow to use something different than "welcome" path.