Merge branch 'justman10000-main-patch-42593' into 'main'
New strings added See merge request RemixDev/deemix-webui!11
This commit is contained in:
commit
c29218b7ad
@ -71,11 +71,11 @@
|
|||||||
|
|
||||||
<form ref="loginWithCredentialsForm" class="my-5 space-y-5" @submit.prevent="loginWithCredentials">
|
<form ref="loginWithCredentialsForm" class="my-5 space-y-5" @submit.prevent="loginWithCredentials">
|
||||||
<label>
|
<label>
|
||||||
<span>E-mail</span>
|
<span>{{ $t('settings.loginWithCredentials.email') }}</span>
|
||||||
<input type="text" name="email" />
|
<input type="text" name="email" />
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<span>Password</span>
|
<span>{{ $t('settings.loginWithCredentials.password') }}</span>
|
||||||
<input type="password" name="password" />
|
<input type="password" name="password" />
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user