diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2026-01-16 18:45:03 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2026-01-16 18:45:03 +0000 |
| commit | eddd55bc5dcfe36d8a56645d4b7e2e49429a933c (patch) | |
| tree | 3eaf75f72225004980e99bc4a848a0cf5f942090 /web/views | |
| parent | e6cbb8415490524034561102b6c9f03e92e4dae7 (diff) | |
Cache /userinfo for a bit
Diffstat (limited to 'web/views')
| -rw-r--r-- | web/views/auth.html | 4 |
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 }} |
