mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat(core): close popup after oauth login (#10273)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user