From b246d419714e77fbd23918675645e83bd65370b5 Mon Sep 17 00:00:00 2001 From: James Quinley Date: Tue, 8 Feb 2022 01:35:03 -0800 Subject: [PATCH] Remove Spacing on one annoying formatting part --- src/main/java/com/jamesquinley/Asecure/emailVerify.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jamesquinley/Asecure/emailVerify.java b/src/main/java/com/jamesquinley/Asecure/emailVerify.java index 2234a61..fa53f67 100644 --- a/src/main/java/com/jamesquinley/Asecure/emailVerify.java +++ b/src/main/java/com/jamesquinley/Asecure/emailVerify.java @@ -38,7 +38,7 @@ public class emailVerify { message.setRecipients(Message.RecipientType.TO, InternetAddress.parse(receiverEmail)); message.setSubject("Obsidian Core Account Login Notice | " + Date); - message.setText("We detected a new login on your account, if this was you ignore this email, if it wasn't you, \n please login and change your password. \n \n \n \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots! \n NOTICE: This is a no-reply address."); + message.setText("We detected a new login on your account, if this was you ignore this email, if it wasn't you, please login and change your password. \n \n \n \n \n This was sent on behalf of Obsidian Core Studios by our super cool login robots! \n NOTICE: This is a no-reply address."); Transport.send(message); System.out.println("Server Failed To Send User Login Notice");