Implement password change endpoint
* move email templates to server
This commit is contained in:
@@ -4,4 +4,5 @@ export interface MailMessage {
|
||||
subject: string;
|
||||
text?: string;
|
||||
html?: string;
|
||||
template?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user