Skip to content

Commit a98a766

Browse files
authored
Fix Apple popup window window (#2966)
1 parent f23120e commit a98a766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/idp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fireauth.idp.Settings = {
135135
},
136136
APPLE: {
137137
languageParam: 'locale',
138-
popupWidth: 600,
138+
popupWidth: 640,
139139
popupHeight: 600,
140140
providerId: 'apple.com',
141141
reservedOAuthParameters: [],

0 commit comments

Comments
 (0)