1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-04 07:22:55 +00:00

feat #29: add initial support for mtbfile api tokens

This commit is contained in:
2024-01-18 14:13:15 +01:00
parent 531a8589db
commit 30cf0fd22e
13 changed files with 262 additions and 12 deletions

View File

@ -15,7 +15,7 @@
<form method="post" th:action="@{/login}">
<input type="text" id="username" name="username" class="form-control" placeholder="Username" required="" autofocus="">
<input type="password" id="password" name="password" class="form-control" placeholder="Password" required="">
<button class="" type="submit">Anmelden</button>
<button type="submit">Anmelden</button>
</form>
</div>
</main>