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 f9f579c commit e74cb88Copy full SHA for e74cb88
FirebaseAuth/Sources/Swift/MultiFactor/MultiFactor.swift
@@ -70,7 +70,7 @@ import Foundation
70
71
guard
72
assertion.factorID == PhoneMultiFactorInfo.TOTPMultiFactorID ||
73
- assertion.factorID == PhoneMultiFactorInfo.TOTPMultiFactorID
+ assertion.factorID == PhoneMultiFactorInfo.PhoneMultiFactorID
74
else {
75
return
76
}
0 commit comments