Skip to content

Commit 26841da

Browse files
authored
[Auth] Fix crash when using TOTP MFA auth (#13880)
1 parent 53d9eac commit 26841da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 11.4.0
22
- [Fixed] Restore Firebase 10 behavior by ignoring `nil` display names used
33
during multi factor enrollment. (#13856)
4+
- [Fixed] Fix crash when enrolling account with TOTP MFA. (#13880)
45

56
# 11.3.0
67
- [Fixed] Restore Firebase 10 behavior by querying with the

FirebaseAuth/Sources/Swift/MultiFactor/MultiFactor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ import Foundation
114114
}
115115
}
116116
}
117+
return
117118
} else if assertion.factorID != PhoneMultiFactorInfo.PhoneMultiFactorID {
118119
return
119120
}

0 commit comments

Comments
 (0)