File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/password/__tests__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ describe('AccountsPassword', () => {
332
332
password . setStore ( { findUserByEmail, addEmailVerificationToken } as any ) ;
333
333
password . server = {
334
334
prepareMail,
335
- email : { sendMail } ,
335
+ options : { sendMail } ,
336
336
sanitizeUser,
337
337
} as any ;
338
338
set ( password . server , 'options.emailTemplates' , { } ) ;
@@ -351,7 +351,7 @@ describe('AccountsPassword', () => {
351
351
password . setStore ( { findUserByEmail, addEmailVerificationToken } as any ) ;
352
352
password . server = {
353
353
prepareMail,
354
- email : { sendMail } ,
354
+ options : { sendMail } ,
355
355
sanitizeUser,
356
356
} as any ;
357
357
set ( password . server , 'options.emailTemplates' , { } ) ;
@@ -396,7 +396,7 @@ describe('AccountsPassword', () => {
396
396
password . setStore ( { findUserByEmail, addResetPasswordToken } as any ) ;
397
397
password . server = {
398
398
prepareMail,
399
- email : { sendMail } ,
399
+ options : { sendMail } ,
400
400
sanitizeUser,
401
401
getFirstUserEmail,
402
402
} as any ;
@@ -433,7 +433,7 @@ describe('AccountsPassword', () => {
433
433
password . setStore ( { findUserByEmail, addResetPasswordToken } as any ) ;
434
434
password . server = {
435
435
prepareMail,
436
- email : { sendMail } ,
436
+ options : { sendMail } ,
437
437
sanitizeUser,
438
438
getFirstUserEmail,
439
439
} as any ;
You can’t perform that action at this time.
0 commit comments