Skip to content

Commit

Permalink
Fix config type sendExistingUserEmail
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcodefaster authored Jul 8, 2024
1 parent 22f905c commit 3bc8a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export interface LocalConfig {
* confirming email instead of JSON response
*/
confirmEmailRedirectURL?: string;
/** Send an email if the user tried to signup with an existing email */
sendExistingUserEmail?: true
/** Send an email if the user tried to signup with an existing email. Default: `true` */
sendExistingUserEmail?: boolean
/** allow to also login with the username. Default: `false` */
usernameLogin: boolean;
/** allow to also login with the UUID. Default: `false` */
Expand Down

0 comments on commit 3bc8a0e

Please sign in to comment.