mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-26 04:51:54 +00:00
Support firebase auth
This commit is contained in:
@@ -208,6 +208,8 @@ public final class AuthorizationSequenceCodeEntryController: ViewController {
|
||||
minimalCodeLength = Int(length)
|
||||
case let .fragment(_, length):
|
||||
minimalCodeLength = Int(length)
|
||||
case let .firebase(_, length):
|
||||
minimalCodeLength = Int(length)
|
||||
case .flashCall, .emailSetupRequired:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user