mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
11 lines
642 B
HTML
11 lines
642 B
HTML
{{define "content"}}
|
||
<h1>Ověřovací kód pro reset hesla</h1>
|
||
<p>Pro pokračování v obnově hesla zadejte tento kód do aplikace. Kód je platný <strong>10 minut</strong>.</p>
|
||
<div style="text-align:center; margin: 24px 0;">
|
||
<div style="display:inline-block; font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-weight:700; letter-spacing:6px; font-size:32px; padding:16px 24px; border-radius:8px; background:#f1f5f9; color:#0f172a; border:1px solid #e2e8f0;">
|
||
{{.Code}}
|
||
</div>
|
||
</div>
|
||
<p>Pokud jste o reset nežádali, tento e‑mail ignorujte. Vaše heslo zůstane beze změny.</p>
|
||
{{end}}
|