mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
add missing comma (#1318)
This commit is contained in:
parent
d554506bc8
commit
2df423006c
@ -1442,7 +1442,7 @@ app MyApp {
|
||||
getEmailContentFn: import { getVerificationEmailContent } from "@server/auth/email.js",
|
||||
},
|
||||
passwordReset: {
|
||||
clientRoute: PasswordResetRoute
|
||||
clientRoute: PasswordResetRoute,
|
||||
getEmailContentFn: import { getPasswordResetEmailContent } from "@server/auth/email.js",
|
||||
},
|
||||
allowUnverifiedLogin: false,
|
||||
|
Loading…
Reference in New Issue
Block a user