label left
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-01-16 15:09:31 +01:00
parent 047aa1d209
commit 75da99b4da
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
</div>
<div class="row">
<div class="mb-3">
<label for="auth_role">Role</label>
<label for="auth_role">Role:</label>
<select class="custom-select d-block w-100" name="AUTH_ROLE" id="auth_role">
<option value="admin">Admin</option>
</select>