Merge pull request #55 from hendersonreed/master

Change the login page to use "Display Name" instead of "Username"
This commit is contained in:
Nurdism 2020-03-30 14:41:25 -04:00 committed by GitHub
commit 9c6fd9638e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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