summaryrefslogtreecommitdiffstats
path: root/web/views
diff options
context:
space:
mode:
Diffstat (limited to 'web/views')
-rw-r--r--web/views/auth.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/views/auth.html b/web/views/auth.html
index 17ca83d..4a0391d 100644
--- a/web/views/auth.html
+++ b/web/views/auth.html
@@ -20,14 +20,14 @@
<div class="card-body">
<h4 class="card-title mb-3">Welcome</h4>
- <p>Please authenticate to spawn challenge instances.</p>
-
{{if .Error}}
<div class="alert alert-danger" role="alert">
{{.Error}}
</div>
{{end}}
+ <p>Please authenticate to spawn challenge instances.</p>
+
<form method="POST">
<button type="submit" class="btn btn-primary w-100">
Login with {{ .OidcIdPName }}