improved GUI

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-02-26 23:30:14 +01:00
parent 5458e6d015
commit 357439ca96
5 changed files with 28 additions and 9 deletions

View File

@@ -42,6 +42,11 @@
<th>Error</th>
<td class="warning">I received an access token, but it is invalid!</td>
</tr>
<tr id="other_error" style="display: none">
<th>Error</th>
<td class="warning" id="other_error_text">Unknown error!</td>
</tr>
<tr>
<td></td>
<td><button id="passBtn" type="button" onClick="updatePass()">Update</button></td>