Skip to content

Commit e74cb88

Browse files
committed
Review
1 parent f9f579c commit e74cb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/MultiFactor/MultiFactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import Foundation
7070

7171
guard
7272
assertion.factorID == PhoneMultiFactorInfo.TOTPMultiFactorID ||
73-
assertion.factorID == PhoneMultiFactorInfo.TOTPMultiFactorID
73+
assertion.factorID == PhoneMultiFactorInfo.PhoneMultiFactorID
7474
else {
7575
return
7676
}

0 commit comments

Comments
 (0)