mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update LoginPage.vue
This commit is contained in:
parent
c3697c955f
commit
a3a5b8155d
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<div>
|
||||
<input
|
||||
v-model="username"
|
||||
class="input"
|
||||
class="input w-auto"
|
||||
type="text"
|
||||
autocomplete="username"
|
||||
:placeholder="$t('login.username')"
|
||||
|
@ -17,7 +17,7 @@
|
|||
<div>
|
||||
<input
|
||||
v-model="password"
|
||||
class="input"
|
||||
class="input w-auto"
|
||||
type="password"
|
||||
autocomplete="password"
|
||||
:placeholder="$t('login.password')"
|
||||
|
|
Loading…
Reference in a new issue