@ -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>