mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12: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
@ -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…
Reference in New Issue
Block a user