mirror of https://github.com/itflow-org/itflow
Added Red text to login message to show error has occurred to client portal login
This commit is contained in:
parent
42f47e948d
commit
c4fb8cf4d2
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue