There was an error while loading. Please reload this page.
1 parent bd47f6d commit 19caef1Copy full SHA for 19caef1
FirebasePhoneAuthUI/FUICodeField.m
@@ -174,7 +174,7 @@ - (CGSize)intrinsicContentSize {
174
return textFieldSize;
175
}
176
177
-- (UITextContentType)textContentType {
+- (UITextContentType _Null_unspecified)textContentType {
178
#if __IPHONE_OS_MIN_VERSION_REQUIRED > __IPHONE_12_0
179
if (@available(iOS 12.0, *)) {
180
return UITextContentTypeOneTimeCode;
0 commit comments