1
0
forked from noxious/client

worked on mp logic

This commit is contained in:
2024-05-04 15:03:29 +02:00
parent 1a5b5e92d4
commit 8c21cd11c7
13 changed files with 165 additions and 80 deletions

View File

@ -9,7 +9,7 @@
<form method="post">
<div class="form-field">
<label for="username">Username</label>
<input v-model="username" type="text" name="username" required>
<input v-model="username" type="text" name="username" required autofocus>
</div>
<div class="form-field">
<label for="password">Password</label>