wip from ATB

This commit is contained in:
Joey Kimsey
2025-01-04 17:21:14 -05:00
parent 87e4f90bab
commit 32a9711ade
60 changed files with 556 additions and 342 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>

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=token_type}
<option value='app' selected>Application</option>
<option value='user'>User</option>