We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a945b + 1fdf307 commit 215de88Copy full SHA for 215de88
src/integration/oauth.js
@@ -22,6 +22,7 @@ export async function getUserConsent(redirectUrl) {
22
23
if (data === 'DONE') {
24
logger.info('OAUTH2 user consent given')
25
+ ssoWindow.close()
26
resolve()
27
}
28
})
src/main-oauth-popup.js
@@ -20,5 +20,4 @@ new View({}).$mount('#mail-oauth-done')
20
21
if (window.opener) {
window.opener.postMessage('DONE')
- window.close()
0 commit comments