Skip to content

Commit

Permalink
[Auth] Fix crash when using TOTP MFA auth (#13880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Oct 11, 2024
1 parent 53d9eac commit 26841da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions FirebaseAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 11.4.0
- [Fixed] Restore Firebase 10 behavior by ignoring `nil` display names used
during multi factor enrollment. (#13856)
- [Fixed] Fix crash when enrolling account with TOTP MFA. (#13880)

# 11.3.0
- [Fixed] Restore Firebase 10 behavior by querying with the
Expand Down
1 change: 1 addition & 0 deletions FirebaseAuth/Sources/Swift/MultiFactor/MultiFactor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ import Foundation
}
}
}
return
} else if assertion.factorID != PhoneMultiFactorInfo.PhoneMultiFactorID {
return
}
Expand Down

0 comments on commit 26841da

Please sign in to comment.