Skip to content

Commit

Permalink
Two-factor authentication status flag added: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shoreward committed Mar 23, 2021
1 parent 8dbeeb5 commit 103b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type Contact struct {
Auth2faEnabled bool `json:"auth_2fa_enabled,omitempty"`

// Two-factor authentication status
Auth2faStatus string `json:"auth_2fa_string,omitempty"`
Auth2faStatus string `json:"auth_2fa_status,omitempty"`

// Short view in task list in mobile app
TaskMshortView *bool `json:"task_mshort_view,omitempty"`
Expand Down

0 comments on commit 103b1e2

Please sign in to comment.