Skip to content

Commit

Permalink
fix: tenant webhook event name typo
Browse files Browse the repository at this point in the history
The FusionAuth doco for the Tenant API uses
"user.two-factor-method.remove" instead of the correct name
"user.two-factor.method.remove", resulting in API errors if its use is
attempted.
  • Loading branch information
jamestelfer authored and MCBrandenburg committed Feb 2, 2022
1 parent df44d4b commit 4cb319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionauth/resource_fusionauth_tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func newTenant() *schema.Resource {
"user.registration.update.complete",
"user.registration.verified",
"user.two-factor.method.add",
"user.two-factor-method.remove",
"user.two-factor.method.remove",
"user.update",
"user.update.complete",
}, false),
Expand Down

0 comments on commit 4cb319a

Please sign in to comment.