Update RegisterPage.vue

This commit is contained in:
Dragos 2022-09-05 20:44:13 +03:00 committed by GitHub
parent 79bd7a8a23
commit 18b918483a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')"