diff --git a/packages/authx/src/graphql/mutation/createUsers.ts b/packages/authx/src/graphql/mutation/createUsers.ts index d8f96315..9446475d 100644 --- a/packages/authx/src/graphql/mutation/createUsers.ts +++ b/packages/authx/src/graphql/mutation/createUsers.ts @@ -100,7 +100,7 @@ export const createUsers: GraphQLFieldConfig< )) ) { throw new ForbiddenError( - "You must be authenticated to create a user." + "You lack sufficient authorization to create a user." ); }