|
|
@@ -210,14 +210,14 @@ endif;
|
|
|
} else {
|
|
|
$bgStyle = $is2FAActive ? 'background-color: #d4edda; color: #155724;' : 'background-color: #f8d7da; color: #721c24;';
|
|
|
$iconClass = $is2FAActive ? 'bi-shield-check' : 'bi-shield-x';
|
|
|
- ?>
|
|
|
+ ?>
|
|
|
<div class="input-group">
|
|
|
<span class="input-group-text" style="<?= $bgStyle ?>">
|
|
|
<i class="bi <?= $iconClass ?>"></i>
|
|
|
</span>
|
|
|
<?php html::printSelect('name="googleAuthenticator" class="form-select" style="' . $bgStyle . '"', $googleAuthenticator, @$user["googleAuthenticator"]); ?>
|
|
|
</div>
|
|
|
- <?php
|
|
|
+ <?php
|
|
|
}
|
|
|
?>
|
|
|
</div>
|