Rebrand and updated copyright date
This commit is contained in:
@@ -60,7 +60,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Verify Your Email - RentAll",
|
||||
"Verify Your Email - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
@@ -93,7 +93,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Reset Your Password - RentAll",
|
||||
"Reset Your Password - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
@@ -128,7 +128,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Password Changed Successfully - RentAll",
|
||||
"Password Changed Successfully - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
@@ -163,7 +163,7 @@ class AuthEmailService {
|
||||
|
||||
return await this.emailClient.sendEmail(
|
||||
user.email,
|
||||
"Personal Information Updated - RentAll",
|
||||
"Personal Information Updated - Village Share",
|
||||
htmlContent
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user