Skip to content

Commit 69a3a97

Browse files
author
Hans Zandbelt
committed
remove unused variable params from javascript
1 parent 979f137 commit 69a3a97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/proto.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,6 @@ int oidc_proto_javascript_implicit(request_rec *r, oidc_cfg *c) {
974974
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n"
975975
" <script type=\"text/javascript\">\n"
976976
" function postOnLoad() {\n"
977-
" var params = {}\n"
978977
" encoded = location.hash.substring(1).split(\"&\");\n"
979978
" for (i = 0; i < encoded.length; i++) {\n"
980979
" encoded[i].replace(/\\+/g, \" \");\n"

0 commit comments

Comments
 (0)