Now accepting reset mail class
This commit is contained in:
@@ -7,9 +7,9 @@ export class ResetMail {
|
||||
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
toAddress: string;
|
||||
address: string;
|
||||
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
resetLink: string;
|
||||
resetKey: string;
|
||||
}
|
||||
Reference in New Issue
Block a user