Skip to content

Commit

Permalink
whitespace deploy to update env variables (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang0h authored Jan 24, 2024
1 parent 8fdd1b2 commit 9db7eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Emailer() {
this.frontendUrl = PropertiesLoader.loadProperty("frontend_base_url");
this.passwordResetTemplate =
this.frontendUrl + PropertiesLoader.loadProperty("frontend_password_reset_route");
}
}

public void sendWelcomeEmail(String sendToEmail, String sendToName) {
String filePath = "/emails/WelcomeEmail.html";
Expand Down

0 comments on commit 9db7eb8

Please sign in to comment.