Remove spaces from reset email.

This commit is contained in:
James Quinley 2022-07-19 12:24:58 -07:00
parent 5d95990a0e
commit a87023d196

View File

@ -166,7 +166,7 @@ public class electronicMailHandler {
"You will not receive a migration popup on login unless the account service changes hashes again.\n" +
"Welcome back to your account, and have a great day!\n" +
"\n\n\n\n\n" +
" This email is automated, sent to the owner of the account (" + User + ")." + " Please don't reply to this email.");
"This email is automated, sent to the owner of the account (" + User + ")." + " Please don't reply to this email.");
Transport.send(message);
System.out.println("Alert Sent");