From a87023d19631c856e4e6edf5403fff1cbf243aeb Mon Sep 17 00:00:00 2001 From: James Quinley Date: Tue, 19 Jul 2022 12:24:58 -0700 Subject: [PATCH] Remove spaces from reset email. --- .../java/com/jamesquinley/Asecure/electronicMailHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java b/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java index dd2254c..461a97f 100644 --- a/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java +++ b/src/main/java/com/jamesquinley/Asecure/electronicMailHandler.java @@ -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");