mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
feat: send email to user on successful password reset
This commit is contained in:
committed by
Mythie
parent
84bc6eb4f3
commit
dabeead57f
@ -3,8 +3,8 @@ import { Img, Section, Tailwind, Text } from '@react-email/components';
|
||||
import * as config from '@documenso/tailwind-config';
|
||||
|
||||
export interface TemplateResetPasswordProps {
|
||||
inviterName: string;
|
||||
inviterEmail: string;
|
||||
userName: string;
|
||||
userEmail: string;
|
||||
assetBaseUrl: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user