mirror of
https://github.com/openziti/zrok.git
synced 2025-01-22 05:48:46 +01:00
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>zrok forgot password</title>
|
|
</head>
|
|
<body>
|
|
<h1>We see you requested a forgot password request, {{ .EmailAddress }}!</h1>
|
|
<p>Please click this <a href="{{ .ForgotPasswordUrl }}">link</a> to change your <code>zrok</code> account password.</p>
|
|
</body>
|
|
</html> |