mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Added Red text to login message to show error has occurred to client portal login
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user