mirror of
https://github.com/docmost/docmost.git
synced 2025-11-23 09:11:08 +10:00
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