We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d9eac commit 26841daCopy full SHA for 26841da
FirebaseAuth/CHANGELOG.md
@@ -1,6 +1,7 @@
1
# 11.4.0
2
- [Fixed] Restore Firebase 10 behavior by ignoring `nil` display names used
3
during multi factor enrollment. (#13856)
4
+- [Fixed] Fix crash when enrolling account with TOTP MFA. (#13880)
5
6
# 11.3.0
7
- [Fixed] Restore Firebase 10 behavior by querying with the
FirebaseAuth/Sources/Swift/MultiFactor/MultiFactor.swift
@@ -114,6 +114,7 @@ import Foundation
114
}
115
116
117
+ return
118
} else if assertion.factorID != PhoneMultiFactorInfo.PhoneMultiFactorID {
119
return
120
0 commit comments