Skip to content

Commit 36c5f31

Browse files
authored
Fix exception during assert (#20)
1 parent ee66b83 commit 36c5f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Process/Consent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function process(array &$state): void
296296
Assert::keyExists(
297297
$attributes,
298298
$this->identifyingAttribute,
299-
"Consent: Missing '" . $attributes[$this->identifyingAttribute] . "' in user's attributes."
299+
"Consent: Missing '" . $this->identifyingAttribute . "' in user's attributes."
300300
);
301301

302302
$source = $state['Source']['metadata-set'] . '|' . $idpEntityId;

0 commit comments

Comments
 (0)