diff --git a/SoundShapesServer/Endpoints/Api/ApiAuthenticationEndpoints.cs b/SoundShapesServer/Endpoints/Api/ApiAuthenticationEndpoints.cs index 31d4919..eb488ff 100644 --- a/SoundShapesServer/Endpoints/Api/ApiAuthenticationEndpoints.cs +++ b/SoundShapesServer/Endpoints/Api/ApiAuthenticationEndpoints.cs @@ -50,11 +50,11 @@ public ApiOkResponse SetEmail(RequestContext context, GameDatabaseContext databa string verifyUrl = $"{config.WebsiteUrl}/verifyEmail?code={verifyEmail.Code}"; string htmlBody = """ - -
+ + Verify + VerifyIf you didn't request this, please ignore this email.
Greetings, the {INSTANCE} team.
@@ -124,11 +124,11 @@ public ApiOkResponse SendPasswordResetMail(RequestContext context, GameDatabaseC string passwordUrl = $"{config.WebsiteUrl}/resetPassword?code={code.Code}"; string htmlBody = """ - - + + Reset Password + Reset PasswordIf you didn't request this, please ignore this email.
Greetings, the {INSTANCE} team.
@@ -218,10 +218,10 @@ public ApiOkResponse Register(RequestContext context, GameDatabaseContext databa string htmlBody = """ - +Please click the button below to verify your email address and finish the registration of your account.
- Verify + VerifyIf you didn't request this, please ignore this email.
Greetings, the {INSTANCE} team.