Fixed id tag in register form malformed

This commit is contained in:
2025-03-01 19:14:56 +11:00
parent aa47802f46
commit 8fcec675e6

View File

@@ -44,7 +44,7 @@ templ RegisterForm(registerError string) {
<div class="relative">
<input
type="text"
idnutanix="username"
id="username"
name="username"
class="py-3 px-4 block w-full rounded-lg text-sm
focus:border-blue focus:ring-blue bg-base