Skip to content

Commit 621de22

Browse files
authored
Merge pull request #791 from ogantopkaya/arabicPhoneAuthFix
Prevents arab users from entering Arabic digits to verification code.
2 parents f686b60 + bcc98fa commit 621de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhoneAuth/FirebasePhoneAuthUI/FUICodeField.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ - (void)setUpFromNib {
7777
}
7878

7979
- (UIKeyboardType) keyboardType {
80-
return UIKeyboardTypeNumberPad;
80+
return UIKeyboardTypeASCIICapableNumberPad;
8181
}
8282

8383
- (BOOL)canBecomeFirstResponder {

0 commit comments

Comments
 (0)