chore: change the token expiration to minutes
This commit is contained in:
@@ -31,6 +31,7 @@ export class EmailService {
|
||||
fullName,
|
||||
},
|
||||
});
|
||||
console.log(emailInfo);
|
||||
return emailInfo;
|
||||
} catch (error) {
|
||||
this.logger.error("Email sending failed:", error);
|
||||
|
||||
Reference in New Issue
Block a user