We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979f137 commit 69a3a97Copy full SHA for 69a3a97
src/proto.c
@@ -974,7 +974,6 @@ int oidc_proto_javascript_implicit(request_rec *r, oidc_cfg *c) {
974
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n"
975
" <script type=\"text/javascript\">\n"
976
" function postOnLoad() {\n"
977
- " var params = {}\n"
978
" encoded = location.hash.substring(1).split(\"&\");\n"
979
" for (i = 0; i < encoded.length; i++) {\n"
980
" encoded[i].replace(/\\+/g, \" \");\n"
0 commit comments