mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-06 12:52:44 +02:00
Change the login page to use "Display Name" instead of "Username"
This is better for new users, since "username" implies that there are persistent accounts, which there are not.
This commit is contained in:
parent
83ebf26cda
commit
62082654b3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<form class="message" v-if="!connecting" @submit.stop.prevent="connect">
|
||||
<span>Please Login</span>
|
||||
<input type="text" placeholder="Username" v-model="username" />
|
||||
<input type="text" placeholder="Display Name" v-model="username" />
|
||||
<input type="password" placeholder="Password" v-model="password" />
|
||||
<button type="submit" @click.stop.prevent="login">
|
||||
Connect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue