Files
locobook/src-loco/src/mailers/auth/magic_link/html.t
T

9 lines
133 B
Raku
Raw Normal View History

;<html>
<body>
<p>Magic link example:</p>
<a href="{{host}}/api/auth/magic-link/{{token}}">
Verify Your Account
</a>
</body>
</html>