Now accepting reset mail class

This commit is contained in:
2021-03-02 18:17:57 +01:00
parent 5812a485ee
commit 7445223f1e
2 changed files with 6 additions and 5 deletions

View File

@@ -7,9 +7,9 @@ export class ResetMail {
@IsString()
@IsNotEmpty()
toAddress: string;
address: string;
@IsString()
@IsNotEmpty()
resetLink: string;
resetKey: string;
}