Support firebase auth

This commit is contained in:
Ali
2023-01-13 01:36:25 +04:00
parent a42642e4c9
commit 52877b552c
25 changed files with 667 additions and 405 deletions

View File

@@ -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
}