mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fixed email template
This commit is contained in:
parent
25d58f09ae
commit
33f0b47e94
@ -93,7 +93,7 @@ export const emailTemplateCrudHandlers = createLazyProxy(() => createCrudHandler
|
||||
await prismaClient.emailTemplate.delete({
|
||||
where: {
|
||||
projectConfigId_type: {
|
||||
projectConfigId: auth.project.id,
|
||||
projectConfigId: auth.project.config.id,
|
||||
type: dbType,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user