feat: Add custom instructions to login
All checks were successful
Build Docker / BuildImage (push) Successful in 30s

This commit is contained in:
2025-03-27 16:09:10 +11:00
parent 41ede19ee4
commit d1c10d781d
4 changed files with 12 additions and 4 deletions

View File

@@ -41,7 +41,10 @@
<div class="spacer"></div>
<div class="centre">
<h1>YubiKey Authentication</h1>
<p>Please insert your YubiKey and press it to authenticate.</p>
<p>Make sure the input field is selected and press your YubiKey to authenticate.</p>
{% if custom_instructions %}
<p>{{ custom_instructions }}</p>
{% endif %}
{% if error %}
<div class="error">{{ error }}</div>