Skip to content

Commit f8ac9e0

Browse files
Fix config type sendExistingUserEmail (#91)
1 parent cc884a7 commit f8ac9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ export interface LocalConfig {
150150
* confirming email instead of JSON response
151151
*/
152152
confirmEmailRedirectURL?: string;
153-
/** Send an email if the user tried to signup with an existing email */
154-
sendExistingUserEmail?: true
153+
/** Send an email if the user tried to signup with an existing email. Default: `true` */
154+
sendExistingUserEmail?: boolean
155155
/** allow to also login with the username. Default: `false` */
156156
usernameLogin: boolean;
157157
/** allow to also login with the UUID. Default: `false` */

0 commit comments

Comments
 (0)