mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Typo json
This commit is contained in:
parent
89d78ab312
commit
ca2a605dce
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ end
|
||||||
if is_logged_in then
|
if is_logged_in then
|
||||||
assets = {
|
assets = {
|
||||||
["/ynh_portal.js"] = "js/ynh_portal.js",
|
["/ynh_portal.js"] = "js/ynh_portal.js",
|
||||||
["/ynh_userinfo.js"] = "ynh_userinfo.json",
|
["/ynh_userinfo.json"] = "ynh_userinfo.json",
|
||||||
["/ynh_overlay.css"] = "css/ynh_overlay.css"
|
["/ynh_overlay.css"] = "css/ynh_overlay.css"
|
||||||
}
|
}
|
||||||
theme_dir = "/usr/share/ssowat/portal/assets/themes/"..conf.theme
|
theme_dir = "/usr/share/ssowat/portal/assets/themes/"..conf.theme
|
||||||
|
|
Loading…
Reference in a new issue