summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/authorization-page-unsafe.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/scm/webid-oidc/authorization-page-unsafe.scm')
-rw-r--r--src/scm/webid-oidc/authorization-page-unsafe.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scm/webid-oidc/authorization-page-unsafe.scm b/src/scm/webid-oidc/authorization-page-unsafe.scm
index e3370a9..f969caf 100644
--- a/src/scm/webid-oidc/authorization-page-unsafe.scm
+++ b/src/scm/webid-oidc/authorization-page-unsafe.scm
@@ -111,7 +111,8 @@
(if value
(format #f (G_ "the header ~a should not have the value ~s.\n")
(get 'header) value)
- (format #f (G_ "the header ~a should be present.")))))))
+ (format #f (G_ "the header ~a should be present.")
+ (get 'header)))))))
((&unexpected-response)
(cons
`(li ,(format #f (G_ "the server response wasn’t expected:"))