feat: use full name instead of email address in emails
This commit is contained in:
@@ -32,6 +32,7 @@ const forgotPassword = async (_parent: unknown, params: Params) => {
|
||||
params: {
|
||||
token: user.resetPasswordToken,
|
||||
webAppUrl: appConfig.webAppUrl,
|
||||
fullName: user.fullName,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user