mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
Send email on password reset complete
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { NEXT_PUBLIC_WEBAPP_URL } from "../constants";
|
||||
import { baseEmailTemplate } from "./baseTemplate";
|
||||
import { Document as PrismaDocument } from "@prisma/client";
|
||||
|
||||
export const signingCompleteTemplate = (message: string) => {
|
||||
const customContent = `
|
||||
|
||||
Reference in New Issue
Block a user