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
It seems like automatically closing a browser window is a restricted operation in modern browsers: https://developer.mozilla.org/en-US/docs/Web/API/Window/close . window.close() does not work in tabs with a navigation history (which is the case here after the oauth flow has completed). Alternatively, windows opened by Javascript might be closeable, however, just calling window.open(...) gets blocked by the popup blocker.
The text was updated successfully, but these errors were encountered:
maybe inovex.de or something else.
@MichaelEischer
The text was updated successfully, but these errors were encountered: