Skip to content

Commit

Permalink
bugfix(user): enables users to self-manage two-factor methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored and MCBrandenburg committed May 31, 2022
1 parent a492f08 commit edb472c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fusionauth/resource_fusionauth_user_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func userSchemaV1() *schema.Resource {
"two_factor_methods": {
Type: schema.TypeList,
Optional: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"authenticator_algorithm": {
Expand Down

0 comments on commit edb472c

Please sign in to comment.