Skip to content

Commit

Permalink
remove overriding statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed Nov 7, 2023
1 parent d53e029 commit 8edadd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/user_mgt.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ func convertMultiFactorInfoToServerFormat(mfaInfo MultiFactorInfo) (multiFactorI
if mfaInfo.UID != "" {
authFactorInfo.MFAEnrollmentID = mfaInfo.UID
}
authFactorInfo.MFAEnrollmentID = mfaInfo.UID

switch mfaInfo.FactorID {
case phoneMultiFactorID:
Expand Down

0 comments on commit 8edadd8

Please sign in to comment.