Reworked MFA Enforcement page to use login page style for smoother transition

This commit is contained in:
johnnyq
2025-01-29 11:35:14 -05:00
parent 6cbd4ffebe
commit 22a5c90d21
3 changed files with 48 additions and 118 deletions

View File

@@ -324,7 +324,7 @@ if (isset($_POST['login'])) {
<?php if (!empty($company_logo)) { ?>
<img alt="<?=nullable_htmlentities($company_name)?> logo" height="110" width="380" class="img-fluid" src="<?php echo "uploads/settings/$company_logo"; ?>">
<?php } else { ?>
<b>IT</b>Flow
<span class="text-primary text-bold"><i class="fas fa-paper-plane mr-2"></i>IT</span>Flow
<?php } ?>
</div>