Skip to content
Snippets Groups Projects
Commit 3c20dcb4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix typo

parent f3fccbc9
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<h3><?php echo Format::htmlchars($msg); ?></h3> <h3><?php echo Format::htmlchars($msg); ?></h3>
<form action="login.php" method="post"> <form action="login.php" method="post">
<?php csrf_token(); ?> <?php csrf_token(); ?>
<input type="hidden" name="d"o value="scplogin"> <input type="hidden" name="do" value="scplogin">
<fieldset> <fieldset>
<input type="text" name="username" id="name" value="" placeholder="username" autocorrect="off" autocapitalize="off"> <input type="text" name="username" id="name" value="" placeholder="username" autocorrect="off" autocapitalize="off">
<input type="password" name="passwd" id="pass" placeholder="password" autocorrect="off" autocapitalize="off"> <input type="password" name="passwd" id="pass" placeholder="password" autocorrect="off" autocapitalize="off">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment