wip from prod

This commit is contained in:
Joey Kimsey
2025-01-03 15:06:34 -05:00
parent 1ef85c6c2c
commit 7170cb20a0
22 changed files with 219 additions and 487 deletions

View File

@ -14,7 +14,7 @@
<div class="mb-3 row">
<label for="token_type" class="col-lg-5 col-form-label text-end">Token Type</label>
<div class="col-lg-3">
<select id="token_type" name="token_type" class="form-select">
<select id="token_type" name="token_type" class="form-control">
<option value='app' selected>Application</option>
<option value='user'>User</option>
</select>