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
Don't `await` message being sent to the webview when the webview is
being built,
since the webview is likely unable to receive the message yet.
Fixesredhat-developer#3323
Signed-off-by: David Thompson <[email protected]>
Don't `await` message being sent to the webview when the webview is
being built,
since the webview is likely unable to receive the message yet.
Fixes#3323
Signed-off-by: David Thompson <[email protected]>
To reproduce:
Expected: it opens a browser to perform SSO
Actual: it displays a loading animation and nothing happens
The text was updated successfully, but these errors were encountered: