Skip to content

Commit b232363

Browse files
committed
Remove popup focus guard
Signed-off-by: Ahsan Ahmed <61637519+AhsanIsEpic@users.noreply.github.com>
1 parent ba86c4e commit b232363

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/PersonalSettings.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,7 @@ export default {
576576
t('integration_google', 'Sign in with Google'),
577577
'toolbar=no, menubar=no, width=600, height=700',
578578
)
579-
if (ssoWindow) {
580-
ssoWindow.focus()
581-
}
579+
ssoWindow.focus()
582580
const messageListener = (event) => {
583581
if (event.origin !== window.location.origin) {
584582
return

0 commit comments

Comments
 (0)