File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ type User struct {
77
77
//
78
78
// NOTE: MFA is available as a cloud-only feature and must be ignored in community.
79
79
MFA UserMFA `json:"mfa" bson:"mfa"`
80
- Preferences UserPreferences `json:"- " bson:"preferences"`
80
+ Preferences UserPreferences `json:"preferences " bson:"preferences"`
81
81
Password UserPassword `bson:",inline"`
82
82
}
83
83
@@ -107,7 +107,7 @@ type UserPreferences struct {
107
107
PreferredNamespace string `json:"-" bson:"preferred_namespace"`
108
108
109
109
// AuthMethods indicates the authentication methods that the user can use to authenticate.
110
- AuthMethods []UserAuthMethod `json:"- " bson:"auth_methods"`
110
+ AuthMethods []UserAuthMethod `json:"auth_methods " bson:"auth_methods"`
111
111
}
112
112
113
113
type UserPassword struct {
You can’t perform that action at this time.
0 commit comments