[O] Specify username format

This commit is contained in:
Hykilpikonna
2019-11-10 17:10:38 -05:00
parent 4499232544
commit 38629a9e34
+2 -2
View File
@@ -7,13 +7,13 @@
<h1>Veracross Analyzer</h1>
<form id="login-form">
<el-input v-model="username"
placeholder="School Username"
placeholder="SJP Username (Eg. flast21)"
:class="{'input-error': error !== ''}"
@keyup.enter.native="onEnter">
</el-input>
<el-input v-model="password"
placeholder="Veracross Password"
placeholder="SJP Password"
show-password=""
:class="{'input-error': error !== ''}"
@keyup.enter.native="onEnter">