mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08: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