Added Red text to login message to show error has occurred to client portal login

This commit is contained in:
johnnyq 2022-03-28 10:42:29 -04:00
parent 42f47e948d
commit c4fb8cf4d2
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])){
<div class="login-logo"><b>IT</b>Flow <br>Client Portal Login</h2></div>
<div class="card">
<div class="card-body login-card-body">
<p class="login-box-msg">
<p class="login-box-msg text-danger">
<?php
if(!empty($_SESSION['login_message'])){
echo $_SESSION['login_message'];