fix login button label
This commit is contained in:
parent
e317097a6a
commit
521bbe9fa4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<input type="text" name="username" id="username" minlength="1" maxlength="20" required></br>
|
<input type="text" name="username" id="username" minlength="1" maxlength="20" required></br>
|
||||||
<label for="password">Password</label>
|
<label for="password">Password</label>
|
||||||
<input type="password" name="password" id="password" required></br>
|
<input type="password" name="password" id="password" required></br>
|
||||||
<input type="submit" value="Signup">
|
<input type="submit" value="Login">
|
||||||
</form>
|
</form>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue