summaryrefslogtreecommitdiff
path: root/pkg/webui/html/login.html
diff options
context:
space:
mode:
authorJulien Dessaux2025-02-22 00:35:17 +0100
committerJulien Dessaux2025-02-22 00:35:17 +0100
commit169e2d0d9d253c316fa322d3200230704b57fb76 (patch)
treeca57a7cd26de1f332bc5dbc516a31474847ad5ad /pkg/webui/html/login.html
parentchore(deps): update dependencies (diff)
downloadtfstated-169e2d0d9d253c316fa322d3200230704b57fb76.tar.gz
tfstated-169e2d0d9d253c316fa322d3200230704b57fb76.tar.bz2
tfstated-169e2d0d9d253c316fa322d3200230704b57fb76.zip
chore(webui): refactored state creation page and route
Diffstat (limited to '')
-rw-r--r--pkg/webui/html/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/webui/html/login.html b/pkg/webui/html/login.html
index deb6d4a..bdc8fa7 100644
--- a/pkg/webui/html/login.html
+++ b/pkg/webui/html/login.html
@@ -2,7 +2,7 @@
<main class="responsive">
<form action="/login" method="post">
<fieldset>
- <div class="field border label{{ if .Forbidden }} invalid{{ end}}">
+ <div class="field border label{{ if .Forbidden }} invalid{{ end }}">
<input autofocus
id="username"
name="username"