Justman10000 2021-10-03 17:24:51 +00:00
parent 2e9b8900aa
commit 584edf9f14
1 changed files with 2 additions and 2 deletions

View File

@ -71,11 +71,11 @@
<form ref="loginWithCredentialsForm" class="my-5 space-y-5" @submit.prevent="loginWithCredentials">
<label>
<span>E-mail</span>
<span>{{ $t('settings.loginWithCredentials.email') }}</span>
<input type="text" name="email" />
</label>
<label>
<span>Password</span>
<span>{{ $t('settings.loginWithCredentials.password') }}</span>
<input type="password" name="password" />
</label>