Skip to content

Commit

Permalink
redirected organistations should not be shown as problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Jun 21, 2024
1 parent 18aa87b commit 6c4dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/admin/overview_federation.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
$maxProfileStatus = $idp_instance->maxProfileStatus();
if ($maxProfileStatus == \core\IdP::PROFILES_REDIRECTED) {
$status = \core\IdP::PROFILES_REDIRECTED;
$profileClass = 'profileredirected';
$profileClass = 'profileredirected profileok';
} elseif ($maxProfileStatus >= \core\IdP::PROFILES_SHOWTIME) {
$status = \core\IdP::PROFILES_SHOWTIME;
$profileClass = 'profileok';
Expand Down

0 comments on commit 6c4dd73

Please sign in to comment.