Skip to content

Commit

Permalink
Bug fixes in login redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirvel13 authored Dec 15, 2024
1 parent 5e5d6e0 commit 2527082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div class="container">
<h1>Student Login</h1>
<form action="/Knight_Coders" method="POST">
<form action="/Knight_Coders/" method="POST">
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email" required>
Expand Down

0 comments on commit 2527082

Please sign in to comment.