fix login button label

This commit is contained in:
Joe Ardent 2023-12-26 16:04:32 -08:00
parent e317097a6a
commit 521bbe9fa4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<input type="text" name="username" id="username" minlength="1" maxlength="20" required></br>
<label for="password">Password</label>
<input type="password" name="password" id="password" required></br>
<input type="submit" value="Signup">
<input type="submit" value="Login">
</form>
</p>