Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed Jun 6, 2023
1 parent dcd0fb3 commit 5ccce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/user_mgt.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type PhoneMultiFactorInfo struct {
PhoneNumber string
}

// PhoneMultiFactorInfo describes a user enrolled second totp factor.
// TOTPMultiFactorInfo describes a user enrolled second totp factor.
type TOTPMultiFactorInfo struct{}

type multiFactorEnrollments struct {
Expand Down

0 comments on commit 5ccce00

Please sign in to comment.