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
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
There were some writes to window.location in the code. tsc said that it's an read-only property, so I changed these to window.location.href in 4ee243a.
Is writing the redirect URI to window.location.href what we want here?
The text was updated successfully, but these errors were encountered:
There were some writes to
window.location
in the code.tsc
said that it's an read-only property, so I changed these towindow.location.href
in 4ee243a.Is writing the redirect URI to
window.location.href
what we want here?The text was updated successfully, but these errors were encountered: