mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-01 03:32:32 +02:00
getOidcCallbackUrl() was building the redirect_uri from window.location.href, which may contain ephemeral params such as `updated` (appended on auto-update of element-web). This caused a redirect_uri mismatch on authorization servers.