Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
en-25 authored Jun 30, 2024
1 parent 5b9a331 commit 9d9ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/signin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<div class="container">
<h2>Login</h2>
<form action="#" method="POST">
<form method="POST">
<div class="input-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" required>
Expand Down

0 comments on commit 9d9ea10

Please sign in to comment.