mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] JS concact string.
This commit is contained in:
parent
df9e179ef1
commit
d88dce3d3c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ domReady(function(){
|
|||
'<h2 class="user-username">'+ response.uid +'</h2>' +
|
||||
'<small class="user-fullname">'+ response.givenName + ' ' + response.sn +'</small>' +
|
||||
'<span class="user-mail">'+ response.mail +'</span>' +
|
||||
'</a>'
|
||||
'</a>' +
|
||||
'</div>';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue