We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc884a7 commit f8ac9e0Copy full SHA for f8ac9e0
src/types/config.ts
@@ -150,8 +150,8 @@ export interface LocalConfig {
150
* confirming email instead of JSON response
151
*/
152
confirmEmailRedirectURL?: string;
153
- /** Send an email if the user tried to signup with an existing email */
154
- sendExistingUserEmail?: true
+ /** Send an email if the user tried to signup with an existing email. Default: `true` */
+ sendExistingUserEmail?: boolean
155
/** allow to also login with the username. Default: `false` */
156
usernameLogin: boolean;
157
/** allow to also login with the UUID. Default: `false` */
0 commit comments