diff options
author | Minteck <contact@minteck.org> | 2022-04-13 10:04:28 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-13 10:04:28 +0200 |
commit | d1d78401e4594cf34f0d513bc422eead3f72e79b (patch) | |
tree | 76bfe8c9b26213b21e431b95fcf9df4c94a2b662 | |
parent | aa03c15b186da0973a4369a97e7fea00468f16d5 (diff) | |
download | cdn-d1d78401e4594cf34f0d513bc422eead3f72e79b.tar.gz cdn-d1d78401e4594cf34f0d513bc422eead3f72e79b.tar.bz2 cdn-d1d78401e4594cf34f0d513bc422eead3f72e79b.zip |
Fix statusbar
-rwxr-xr-x | statusbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statusbar.php b/statusbar.php index 42cef9d..b510d00 100755 --- a/statusbar.php +++ b/statusbar.php @@ -171,7 +171,7 @@ if (isset($_PROFILE["projectRoles"]) && is_array($_PROFILE["projectRoles"]) && i <span class="logo" style="display: inline-block;top: -2px;position: relative;padding: 6px 2px 7px 2px;margin: -11px 0;"><img src="https://<?= $_CONFIG["Global"]["cdn"] ?>/icns/familine-you.svg" style="width: 20px;vertical-align: middle;"></span></a>
</span>
<div id="user">
- <a title="Mon compte" href="https://auth.<?= $_CONFIG["Global"]["domain"] ?>/auth/realms/Familine/account" target="_parent"><span class="account" style="display: inline-block;top: 0;position: relative;padding: 8px 7px 7px 7px;margin: -11px 0;">
+ <a title="Mon compte" href="https://account.<?= $_CONFIG["Global"]["domain"] ?>/hub/users/me" target="_parent"><span class="account" style="display: inline-block;top: 0;position: relative;padding: 8px 7px 7px 7px;margin: -11px 0;">
<span id="user-name" style="position: relative;margin-left:5px;top: 2.5px;right: 5px;"><?= $_FULLNAME ?></span>
<img src="https://<?= $_CONFIG["Global"]["cdn"] ?>/me" alt="" style="width:24px;border-radius:999px;vertical-align: middle;position:relative;top: 2px;">
</span></a>
|