forked from mystiq/dex
2ef1b4beff
Invite emails are essentially just reset password emails with a different template (though this can and probably will change (slightly) in the near future)
7 lines
132 B
HTML
7 lines
132 B
HTML
<html>
|
|
<body>
|
|
Welcome to Dex! Click below to set your password:
|
|
|
|
<a href="{{ .link }}">Set Password</a>
|
|
</body>
|
|
</html>
|