Skip to content

Commit

Permalink
Change route
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBubu committed Jun 13, 2022
1 parent 42344bb commit 5337889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MailTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public static function emailVerification(string $emailCode): string
<body>
<p>
Follow the link for validate email address
<a href="http://{$_SERVER['SERVER_NAME']}/validEmail?code={$emailCode}">
http://{$_SERVER['SERVER_NAME']}/validEmail?code={$emailCode}
<a href="http://{$_SERVER['SERVER_NAME']}/api/account/update/email/{$emailCode}">
http://{$_SERVER['SERVER_NAME']}/api/account/update/email/{$emailCode}
</a>
</p>
<p>Thank's!</p>
Expand Down

0 comments on commit 5337889

Please sign in to comment.