We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee66b83 commit 36c5f31Copy full SHA for 36c5f31
src/Auth/Process/Consent.php
@@ -296,7 +296,7 @@ public function process(array &$state): void
296
Assert::keyExists(
297
$attributes,
298
$this->identifyingAttribute,
299
- "Consent: Missing '" . $attributes[$this->identifyingAttribute] . "' in user's attributes."
+ "Consent: Missing '" . $this->identifyingAttribute . "' in user's attributes."
300
);
301
302
$source = $state['Source']['metadata-set'] . '|' . $idpEntityId;
0 commit comments