added more billing components.

This commit is contained in:
Blake Ridgway
2026-04-16 21:30:11 -05:00
parent a621b1deb9
commit ffc2bde162
7 changed files with 157 additions and 43 deletions

View File

@@ -23,6 +23,7 @@
{{end}}
<form method="POST" action="/reset/{{.Token}}" class="form">
<input type="hidden" name="csrf_token" value="{{.CSRFToken}}">
<div class="form__group">
<label class="form__label" for="password">New password <span class="form__hint">(min. 8 characters)</span></label>
<input class="form__input" type="password" id="password" name="password"