Skip to content

Commit 6a1f542

Browse files
committed
Fix template paramter
Else we get shown an error page instead of the correct 403. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent f8ce5ea commit 6a1f542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Controller/ClientFlowLoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private function stateTokenForbiddenResponse() {
138138
$this->appName,
139139
'403',
140140
[
141-
'file' => $this->l10n->t('State token does not match'),
141+
'message' => $this->l10n->t('State token does not match'),
142142
],
143143
'guest'
144144
);

0 commit comments

Comments
 (0)