feat(core): close popup after oauth login (#10273)

This commit is contained in:
EYHN
2025-02-19 14:44:02 +08:00
committed by GitHub
parent b50e507fc5
commit c0cc4224bb
3 changed files with 4 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ framework.impl(PopupWindowProvider, {
url = `${redirectProxy}?${search.toString()}`;
}
window.open(url, '_blank', 'noreferrer noopener');
window.open(url, '_blank', 'popup noreferrer noopener');
},
});
const frameworkProvider = framework.provider();