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> <body>
<h2>Hello {{username}}! </h2> <h2>Hello {{username}}! </h2>
<p> Once you clicked on the next verify button, you will have access to the app</p> <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}}';"> <a href="http://localhost:3001/log/verify/{{code}}">
VERIFY <button>VERIFY</button>
</button> </a>
</body> </body>
</html> </html>

Loading…
Cancel
Save