Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
saravahdatipour committed Dec 11, 2024
1 parent 32b34da commit 2d97481
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Response sendEmail(@FormParam("email") String email,
client.getReplyToEmail(),
true,
url,
url

);
} catch (AddressException e) {
logger.error("Invalid address: {}", e.getMessage());
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/email-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ <h2 class="email-title">Email Confirmation</h2>
</p>
</div>
<div class="email-button-container">
<a href="%s" class="email-button" target="_blank">
<a href="%1$s" class="email-button" target="_blank">
Verify your email address
</a>
</div>
<div class="email-text">
If the button doesn&#x27;t work, you can also verify your email
by clicking the link below: <br />
<a href="%s" target="_blank">Verification link</a>
<a href="%1$s" target="_blank">Verification link</a>
</div>
<div class="email-link"></div>
<div class="email-footer-text">
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/email-nl.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ <h2 class="email-title">E-mailbevestiging</h2>
</p>
</div>
<div class="email-button-container">
<a href="%s" class="email-button" target="_blank">
<a href="%1$s" class="email-button" target="_blank">
Verifieer je e-mailadres
</a>
</div>
<div class="email-text">
Werkt deze knop niet? Klik dan op de onderstaande link om je e-mailadres te verifiëren: <br />
<a href="%s" target="_blank">Verificatielink</a>
<a href="%1$s" target="_blank">Verificatielink</a>
</div>
<div class="email-link"></div>
<div class="email-footer-text">
Expand Down

0 comments on commit 2d97481

Please sign in to comment.