Skip to content
Commits on Source (2)
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"id": 3, "id": 3,
"icon": "compte.png", "icon": "compte.png",
"name": "Mon compte Liiibre", "name": "Mon compte Liiibre",
"url": "{saml_idp_url}/auth/admin/{saml_realm}/account/", "url": "{saml_idp_url}/auth/realms/{saml_realm}/account/",
"type": "settings" "type": "settings"
}, },
"4": { "4": {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* *
*/ */
script('indie_external', 'indie_external'); script('indie_external', 'external');
style('indie_external', 'style'); style('indie_external', 'style');
/** @var array $_ */ /** @var array $_ */
......