Browse Source

fixed email

master
nicolas-arnaud 2 years ago
parent
commit
7758efcd71
  1. 6
      back/src/auth/mails/confirm.hbs

6
back/src/auth/mails/confirm.hbs

@ -8,8 +8,8 @@
<body>
<h2>Hello {{username}}! </h2>
<p> Once you clicked on the next verify button, you will have access to the app</p>
<button onclick="window.location.href = 'http://localhost:3001/log/verify/{{code}}';">
VERIFY
</button>
<a href="http://localhost:3001/log/verify/{{code}}">
<button>VERIFY</button>
</a>
</body>
</html>

Loading…
Cancel
Save