mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Remove experimental code
This commit is contained in:
@@ -67,7 +67,9 @@ final class SetupTwoStepVerificationContentNode: ASDisplayNode, UITextFieldDeleg
|
||||
self.inputNode.textField.autocapitalizationType = .none
|
||||
self.inputNode.textField.autocorrectionType = .no
|
||||
if #available(iOSApplicationExtension 12.0, iOS 12.0, *) {
|
||||
#if DEBUG
|
||||
self.inputNode.textField.textContentType = .newPassword
|
||||
#endif
|
||||
}
|
||||
case .text:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user