Merge pull request 'Fix verify email email' (#23) from working into main
Docker Build and Release Upload / build (push) Successful in 1m20s
Docker Build and Release Upload / build (push) Successful in 1m20s
Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace BoredCareers.Controllers {
|
||||
test.EmailToken = Guid.NewGuid().ToString();
|
||||
await _databaseService.SetCompany(test);
|
||||
|
||||
string EmailContents = EmailService.CompanyVerifyEmailSubject;
|
||||
string EmailContents = EmailService.CompanyVerifyEmailBody;
|
||||
EmailContents = Substitue(EmailContents, "@CompanyName", test.Name);
|
||||
EmailContents = Substitue(EmailContents, "@ID", CompanyID.ToString());
|
||||
EmailContents = Substitue(EmailContents, "@VerifyPassword", test.EmailToken);
|
||||
|
||||
Reference in New Issue
Block a user