Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 17, 2024
1 parent f9f579c commit e74cb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Sources/Swift/MultiFactor/MultiFactor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import Foundation

guard
assertion.factorID == PhoneMultiFactorInfo.TOTPMultiFactorID ||
assertion.factorID == PhoneMultiFactorInfo.TOTPMultiFactorID
assertion.factorID == PhoneMultiFactorInfo.PhoneMultiFactorID
else {
return
}
Expand Down

0 comments on commit e74cb88

Please sign in to comment.