Skip to content

Commit 115918b

Browse files
committed
TW feedback changes
1 parent 0eecfa8 commit 115918b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

auth/user_mgt.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ type multiFactorInfoResponse struct {
7070
EnrolledAt string `json:"enrolledAt,omitempty"`
7171
}
7272

73-
// TOTPInfo describes a server side user enrolled second totp factor.
73+
// TOTPInfo describes a user enrolled second TOTP factor.
7474
type TOTPInfo struct{}
7575

76-
// PhoneMultiFactorInfo describes a user enrolled second phone factor.
76+
// PhoneMultiFactorInfo describes a user enrolled in SMS second factor.
7777
type PhoneMultiFactorInfo struct {
7878
PhoneNumber string
7979
}
8080

81-
// TOTPMultiFactorInfo describes a user enrolled second totp factor.
81+
// TOTPMultiFactorInfo describes a user enrolled in TOTP second factor.
8282
type TOTPMultiFactorInfo struct{}
8383

8484
type multiFactorEnrollments struct {

0 commit comments

Comments
 (0)