Skip to content

Commit

Permalink
I'm tired OKAY
Browse files Browse the repository at this point in the history
  • Loading branch information
turecross321 committed Sep 25, 2024
1 parent 54d6c66 commit d5b085a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SoundShapesServer.Common/EmailTemplates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static string VerifyEmail(string userName, string instanceName, string we
<html lang="en" style="font-size: 10pt; font-family: Tahoma, serif;">
<body style="color:#181515;">
<h1>Hello, {{USER}}</h1>
<p>Please click the button below to verify your email address.</p>
<p>Please use the following code to verify your email address.</p>
<strong style="color: white; background-color: #F07167; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: x-large; text-decoration: none; display: inline-block;">{{CODE}}</strong>
<p>If you didn't request this, please ignore this email.</p>
<p>Greetings, the {{INSTANCE}} team.</p>
Expand All @@ -20,7 +20,7 @@ public static string VerifyEmail(string userName, string instanceName, string we
<html lang="en" style="font-size: 10pt; font-family: Tahoma, serif;">
<body style="color:#181515;">
<h1>Hello, {{USER}}</h1>
<p>Please click the button below to verify your email address and finish the registration of your account.</p>
<p>Please use the following code to verify your email address and finish the registration of your account.</p>
<strong style="color: white; background-color: #F07167; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: x-large; text-decoration: none; display: inline-block;">{{CODE}}</strong>
<p>If you didn't request this, please ignore this email.</p>
<p>Greetings, the {{INSTANCE}} team.</p>
Expand All @@ -40,7 +40,7 @@ public static string PasswordReset(string userName, string instanceName, string
<html lang="en" style="font-size: 10pt; font-family: Tahoma, serif;">
<body style="color:#181515;">
<h1>Hello, {{USER}}</h1>
<p>You may click the button below to reset your password.</p>
<p>You may use the code below to reset your password.</p>
<strong style="color: white; background-color: #F07167; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: x-large; text-decoration: none; display: inline-block;">{{CODE}}</strong>
<p>If you didn't request this, please ignore this email.</p>
<p>Greetings, the {{INSTANCE}} team.</p>
Expand Down

0 comments on commit d5b085a

Please sign in to comment.