Skip to content

Commit

Permalink
docs: Conflicting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Jul 30, 2024
1 parent fdbaa57 commit 5396b43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/core/src/config/vendure-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,8 @@ export interface AuthOptions {
* @description
* Determines whether new User accounts require verification of their email address.
*
* If set to "true", when registering via the `registerCustomerAccount` mutation, one should *not* set the
* `password` property - doing so will result in an error. Instead, the password is set at a later stage
* (once the email with the verification token has been opened) via the `verifyCustomerAccount` mutation.
* If set to "true", the customer will be required to verify their email address using a verification token
* they receive in their email. See {@link registerCustomerAccount}.
*
* @default true
*/
Expand Down

0 comments on commit 5396b43

Please sign in to comment.