mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
add t/strings for username and password
This commit is contained in:
parent
615a70e13c
commit
23ea92f124
3 changed files with 12 additions and 4 deletions
|
@ -462,14 +462,14 @@ onMounted(async () => {
|
|||
<input
|
||||
class="textbox"
|
||||
type="text"
|
||||
placeholder="username"
|
||||
:placeholder="t('general.username')"
|
||||
autocomplete="username"
|
||||
@change="user.username = $event.target.value"
|
||||
required />
|
||||
<input
|
||||
class="textbox"
|
||||
type="password"
|
||||
placeholder="password"
|
||||
:placeholder="t('general.password')"
|
||||
autocomplete="password"
|
||||
@change="user.password = $event.target.value"
|
||||
required />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue