Skip to content

Commit 3f3e0e3

Browse files
committed
fix lint
1 parent 05b1768 commit 3f3e0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/user_mgt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type multiFactorInfoResponse struct {
6666
MFAEnrollmentID string `json:"mfaEnrollmentId,omitempty"`
6767
DisplayName string `json:"displayName,omitempty"`
6868
PhoneInfo string `json:"phoneInfo,omitempty"`
69-
TOTPInfo *TOTPInfo `json:totpInfo,omitempty`
69+
TOTPInfo *TOTPInfo `json:"totpInfo,omitempty"`
7070
EnrolledAt string `json:"enrolledAt,omitempty"`
7171
}
7272

0 commit comments

Comments
 (0)