aboutsummaryrefslogtreecommitdiff
path: root/app/cdn
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-04 14:51:59 +0200
committerMinteck <contact@minteck.org>2022-06-04 14:51:59 +0200
commitbc8f3b7fa9f3a94245fe3bef11e41954817fe075 (patch)
tree68e8b12044e604b323cd7bdd58d672d178fc97c5 /app/cdn
parentefa1a883df6aa15b60b40e211f0aa87e92e4e479 (diff)
downloadcore-bc8f3b7fa9f3a94245fe3bef11e41954817fe075.tar.gz
core-bc8f3b7fa9f3a94245fe3bef11e41954817fe075.tar.bz2
core-bc8f3b7fa9f3a94245fe3bef11e41954817fe075.zip
Update
Diffstat (limited to 'app/cdn')
-rw-r--r--app/cdn/statusbar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/cdn/statusbar.php b/app/cdn/statusbar.php
index 42cef9d..b510d00 100644
--- a/app/cdn/statusbar.php
+++ b/app/cdn/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>