We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1768 commit 3f3e0e3Copy full SHA for 3f3e0e3
auth/user_mgt.go
@@ -66,7 +66,7 @@ type multiFactorInfoResponse struct {
66
MFAEnrollmentID string `json:"mfaEnrollmentId,omitempty"`
67
DisplayName string `json:"displayName,omitempty"`
68
PhoneInfo string `json:"phoneInfo,omitempty"`
69
- TOTPInfo *TOTPInfo `json:totpInfo,omitempty`
+ TOTPInfo *TOTPInfo `json:"totpInfo,omitempty"`
70
EnrolledAt string `json:"enrolledAt,omitempty"`
71
}
72
0 commit comments