diff --git a/portal/assets/js/ynhpanel.js b/portal/assets/js/ynhpanel.js index 1863580..566b4d4 100644 --- a/portal/assets/js/ynhpanel.js +++ b/portal/assets/js/ynhpanel.js @@ -132,7 +132,7 @@ domReady(function(){ // Create portal link var portal = document.createElement('a'); portal.setAttribute('id', 'ynhportal'); - portal.setAttribute('href', '/ynhsso/'); + portal.setAttribute('href', '/yunohost/sso/'); document.body.insertBefore(portal, null); // Create overlay element @@ -168,8 +168,8 @@ domReady(function(){ '
'+ '' + '
' + - '

'+ response.user.uid +''+ response.user.name +'

'+ - ''+ response.user.mail +''+ + '

'+ response.uid +''+ response.givenName + ' ' + response.sn +'

'+ + ''+ response.mail +''+ '
' + '
' + '';