You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes https://issues.redhat.com/browse/RHIDP-6015
- do not show janus favicons if a custom favicon is set, so that there are no issues with which favicon should take priority
- do not use the "Janus Community Showcase" metadata description if `app.title` is set
- move the favicon `ConfigUpdater`to outside the `AppRouter` component so that it can work in the `OauthRequestDialog`
before:

after:

0 commit comments