[fix] Typo json

This commit is contained in:
ljf 2021-06-29 18:57:06 +02:00
parent 89d78ab312
commit ca2a605dce

View file

@ -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