Commit a4f448a
committed
ui: move TimezoneProvider to be inside RequiredLogin
Fixes a bug where the login page was making a request for
cluster settings in order to create the timezone provider
context. This request results in a 401 unauthorized since
users need to be authorized to request cluster setting
data. In version before 26.3, this bug made it impossible
to login as a non default tenant via OIDC login, since
this unauthorized response caused tenant cookies to
be cleared before user could click the OIDC button.
Epic: None
Release note: None1 parent b897d85 commit a4f448a
2 files changed
Lines changed: 414 additions & 424 deletions
0 commit comments