Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaor committed Sep 7, 2024
2 parents 1fa9c5c + 1102832 commit c91932e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class Arguments:

user = graphene.Field(UserNode)

@gql_has_permissions("users.create_user")
@gql_has_permissions("users.add_user")
def mutate(
root, info, email, first_name, last_name, send_welcome_email, *args, **kwargs
):
Expand Down

0 comments on commit c91932e

Please sign in to comment.