summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/account/login/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/account/login/index.php b/public/account/login/index.php
index 7c562d1..f9e7125 100644
--- a/public/account/login/index.php
+++ b/public/account/login/index.php
@@ -60,7 +60,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<p>Log in to <?php echo INSTANCE_NAME ?></p>
</div>
<div class="box content">
- <form action="/account/login" method="post">
+ <form action="/account/login/" method="post">
<div>
<label for="username">Username</label>
<input type="text" name="username" id="form-username" required>