diff options
author | Minteck <contact@minteck.org> | 2021-12-23 19:40:44 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-23 19:40:44 +0100 |
commit | 133be8d6e235b83edf562520c550a2cda734ffd1 (patch) | |
tree | bc2f0fde44cb19e0ff84c060a5234dabf6c00545 /statusbar.php | |
parent | 408bee6540c861b65ebb9f6ca805060b35b31720 (diff) | |
download | core-133be8d6e235b83edf562520c550a2cda734ffd1.tar.gz core-133be8d6e235b83edf562520c550a2cda734ffd1.tar.bz2 core-133be8d6e235b83edf562520c550a2cda734ffd1.zip |
Commit
Diffstat (limited to 'statusbar.php')
-rw-r--r-- | statusbar.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/statusbar.php b/statusbar.php index 7ef5a5c..40cec35 100644 --- a/statusbar.php +++ b/statusbar.php @@ -123,9 +123,9 @@ 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://familine.minteck.org/icns/familine-you.svg" style="width: 20px;vertical-align: middle;"></span></a>
</span>
<div id="user">
- <a title="Mon compte" href="https://account.familine.minteck.org/hub/users/me" 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://auth.familine.minteck.org/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;">
<span id="user-name" style="position: relative;margin-left:5px;top: 2.5px;right: 5px;"><?= $_FULLNAME ?></span>
- <img src="https://account.familine.minteck.org/hub/api/rest/avatar/<?= $_PROFILE['id'] ?>" alt="" style="width:24px;border-radius:999px;vertical-align: middle;position:relative;top: 2px;">
+ <img src="https://familine.minteck.org/me" alt="" style="width:24px;border-radius:999px;vertical-align: middle;position:relative;top: 2px;">
</span></a>
</div>
</div>
|