Archived
2
0

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:
Reed Hummel 2020-03-30 10:37:25 -07:00
parent 83ebf26cda
commit 62082654b3

View File

@ -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