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