mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] portal_url for ynhanel.json
This commit is contained in:
parent
febc74aa20
commit
27c40011b7
1 changed files with 10 additions and 9 deletions
|
@ -399,6 +399,7 @@ function get_data_for(view)
|
||||||
data = {
|
data = {
|
||||||
title = user.." <small>"..cache:get(user.."-cn").."</small>",
|
title = user.." <small>"..cache:get(user.."-cn").."</small>",
|
||||||
connected = true,
|
connected = true,
|
||||||
|
portal_url = portal_url,
|
||||||
uid = user,
|
uid = user,
|
||||||
cn = cache:get(user.."-cn"),
|
cn = cache:get(user.."-cn"),
|
||||||
sn = cache:get(user.."-sn"),
|
sn = cache:get(user.."-sn"),
|
||||||
|
|
Loading…
Reference in a new issue