Skip to content

Commit

Permalink
TW feedback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed Aug 22, 2023
1 parent 0eecfa8 commit 115918b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auth/user_mgt.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ type multiFactorInfoResponse struct {
EnrolledAt string `json:"enrolledAt,omitempty"`
}

// TOTPInfo describes a server side user enrolled second totp factor.
// TOTPInfo describes a user enrolled second TOTP factor.
type TOTPInfo struct{}

// PhoneMultiFactorInfo describes a user enrolled second phone factor.
// PhoneMultiFactorInfo describes a user enrolled in SMS second factor.
type PhoneMultiFactorInfo struct {
PhoneNumber string
}

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

type multiFactorEnrollments struct {
Expand Down

0 comments on commit 115918b

Please sign in to comment.