feat: Improve ease of adding a new client
All checks were successful
Build Docker / Build Docker (push) Successful in 30s

This commit is contained in:
2024-06-17 17:46:03 +10:00
parent 4965bda4da
commit be587b815e
4 changed files with 178 additions and 14 deletions

View File

@@ -117,6 +117,7 @@
<a href="{{ url_for('.logout') }}" class="button">Log Out</a>
<a href="{{ url_for('.create_client') }}" class="button">Create an OAuth client</a>
{% for client in clients %}
<pre>
@@ -188,6 +189,7 @@
<form action="/txt?next={{ next }}" method="post">
<input type="text" name="domain" placeholder="Enter your domain">
<button type="submit">Login</button>
</form>
</div>
</div>
@@ -277,7 +279,7 @@
<option value="{{nft.name}}">{{nft.name}}</option>
{% endfor %}
</select>
<button onclick="HNSIDLoginSelect()">Login</button>
<button onclick="HNSIDLoginSelect();">Login</button>
</div>
<script>
function HNSIDLoginSelect() {