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.
2 parents cf42161 + 464e39c commit dfdc65eCopy full SHA for dfdc65e
internal/handlers/files/file_handlers.go
internal/models/user.go
@@ -30,7 +30,7 @@ type User struct {
30
InstitutionName *string `json:"institution_name"`
31
Gender string `json:"gender"`
32
AdditionalNotes *string `json:"additional_notes"`
33
- TwoFAEnabled bool `json:"2fa_enabled"`
34
- TwoFAImage *string `json:"2fa_image"`
35
- TwoFASecret *string `json:"2fa_secret"`
+ TwoFAEnabled bool `json:"twofa_enabled"`
+ TwoFAImage *string `json:"twofa_image"`
+ TwoFASecret *string `json:"twofa_secret"`
36
}
0 commit comments