From 83a6ea1b48aefbb67fe8d1259b76a35c37c3aa64 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 May 2020 14:58:25 +0000 Subject: [PATCH] Fix SSO URL --- sso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sso.php b/sso.php index 74fcdca..c9833de 100644 --- a/sso.php +++ b/sso.php @@ -329,7 +329,7 @@ function output_javascript_priv() { document.write(''); document.body.style.display='none'; - window.location = '&fragment='+encodeURIComponent(document.location.hash); + window.location = '&fragment='+encodeURIComponent(document.location.hash); };