diff options
Diffstat (limited to 'html/app/views/login.php')
| -rw-r--r-- | html/app/views/login.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/app/views/login.php b/html/app/views/login.php index 769b660..cc4556c 100644 --- a/html/app/views/login.php +++ b/html/app/views/login.php @@ -38,11 +38,11 @@ <form method="post" action="/login-check"> <div class="mb-3"> <label for="exampleInputEmail1" class="form-label">Email</label> - <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp"> + <input type="email" class="form-control" id="exampleInputEmail1" name="email" aria-describedby="emailHelp"> </div> <div class="mb-3"> <label for="exampleInputPassword1" class="form-label">Password</label> - <input type="password" class="form-control" id="exampleInputPassword1"> + <input type="password" class="form-control" id="exampleInputPassword1" name="password"> </div> <button type="submit" class="btn btn-primary">Submit</button> </form> |
