Rebrand and updated copyright date

This commit is contained in:
jackiettran
2025-12-22 22:35:57 -05:00
parent 955517347e
commit 07e5a2a320
48 changed files with 3729 additions and 3368 deletions

View File

@@ -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
);
}