Skip to content

Commit

Permalink
Indicate to devs that true is a possible value of skipLegalChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
NWylynko committed Dec 19, 2024
1 parent c8f4b72 commit 005789e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/references/backend/user/create-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function createUser(params: CreateUserParams): Promise<User>
- `skipLegalChecks?`
- `boolean`

When set to true all legal checks are skipped. It is not recommended to skip legal checks unless you are migrating a user to Clerk.
When set to `true` all legal checks are skipped. It is not recommended to skip legal checks unless you are migrating a user to Clerk.

---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/backend/user/update-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function updateUser(userId: string, params: UpdateUserParams): Promise<User>
- `skipLegalChecks?`
- `boolean`

When set to true all legal checks are skipped. It is not recommended to skip legal checks unless you are migrating a user to Clerk.
When set to `true` all legal checks are skipped. It is not recommended to skip legal checks unless you are migrating a user to Clerk.

---

Expand Down

0 comments on commit 005789e

Please sign in to comment.