[O] Specify username format
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
<h1>Veracross Analyzer</h1>
|
<h1>Veracross Analyzer</h1>
|
||||||
<form id="login-form">
|
<form id="login-form">
|
||||||
<el-input v-model="username"
|
<el-input v-model="username"
|
||||||
placeholder="School Username"
|
placeholder="SJP Username (Eg. flast21)"
|
||||||
:class="{'input-error': error !== ''}"
|
:class="{'input-error': error !== ''}"
|
||||||
@keyup.enter.native="onEnter">
|
@keyup.enter.native="onEnter">
|
||||||
</el-input>
|
</el-input>
|
||||||
|
|
||||||
<el-input v-model="password"
|
<el-input v-model="password"
|
||||||
placeholder="Veracross Password"
|
placeholder="SJP Password"
|
||||||
show-password=""
|
show-password=""
|
||||||
:class="{'input-error': error !== ''}"
|
:class="{'input-error': error !== ''}"
|
||||||
@keyup.enter.native="onEnter">
|
@keyup.enter.native="onEnter">
|
||||||
|
|||||||
Reference in New Issue
Block a user