Cleaned up and fixed Client Portal class Syntax, removed unnessesary html markup etc

This commit is contained in:
johnnyq
2023-01-16 20:09:34 -05:00
parent 63afac050a
commit 7ba434963e
5 changed files with 194 additions and 165 deletions

View File

@@ -121,11 +121,11 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
</div>
</div>
<button type="submit" class="btn btn-success btn-block mb-3" name="login">Login</button>
<button type="submit" class="btn btn-success btn-block mb-3" name="login">Sign in</button>
<?php
if (!empty($config_smtp_host)) { ?>
<a href="login_reset.php">Forgotten password?</a>
<a href="login_reset.php">Forgot password?</a>
<?php } ?>
</form>