Skip to content

Commit

Permalink
chore: apply suggested edits
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Kalow <[email protected]>
  • Loading branch information
wobsoriano and BRKalow authored Nov 6, 2024
1 parent 02a7159 commit 99862b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/errors/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export const invalidStateError =
'Invalid state. Feel free to submit a bug or reach out to support here: https://clerk.com/support';

export const useAuthHasRequiresRoleOrPermission =
'Missing parameters. `has` from `useAuth` requires a permission or role key to be passed. Example usage: `has({permission: "org:posts:edit"`';
'Missing parameters. `has` from `useAuth` requires a permission or role key to be passed. Example usage: `has({permission: "org:posts:edit"})`';

0 comments on commit 99862b5

Please sign in to comment.