You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
buttonText =NSLocalizedString("Try with another email", comment:"When social login fails, this button offers to let the user try again with a differen email address")
154
162
buttonIcon =Gridicon.iconOfType(.undo)
155
163
caseButtons.tryAddress.rawValue:
156
-
buttonText =NSLocalizedString("Try with the site address", comment:"When social login fails, this button offers to let them try tp login using a URL")
157
-
buttonIcon =Gridicon.iconOfType(.domains)
164
+
if loginFields.restrictToWPCom {
165
+
fallthrough
166
+
}else{
167
+
buttonText =NSLocalizedString("Try with the site address", comment:"When social login fails, this button offers to let them try tp login using a URL")
0 commit comments