Spaces out files, wooohoo!

This commit is contained in:
James Quinley 2022-05-31 20:09:18 -07:00
parent a9d3688e9d
commit ce6674e4bb
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ public class emailVerify {
message.setRecipients(Message.RecipientType.TO,
InternetAddress.parse(receiverEmail));
message.setSubject("Welcome To Obsidian Core Studios!");
message.setText("Seems you've signed up for an account we're happy you're here, and welcome to the Obsidian Core Studios Family! \n\n\n\n\n" +
message.setText("Seems you've signed up for an account we're happy you're here, and welcome to the Obsidian Core Studios Family! \n\n" +
"This Was Sent On Behalf Of Obsidian Core Studios By Our Super Cool Login Robots." +
"\nYou'll Only Get This Email Once." +
"\nThis Account Was Created For: " + User);

View File

@ -671,10 +671,10 @@ public class delegationServices {
dCollection.updateOne(searchQuery, updateQuery3);
dCollection.updateOne(searchQuery, updateQuery4);
dCollection.updateOne(searchQuery, updateQuery5);
dCollection.updateOne(searchQuery, updateQuery6);
dCollection.updateOne(searchQuery, updateQuery8);
dCollection.updateOne(searchQuery, updateQuery7);
dCollection.updateOne(searchQuery, updateQuery9);
dCollection.updateOne(searchQuery, updateQuery6);
//delegationTimer.trigger();
delegationTimer.DeleteTargetRequest(ClientID);
} else {