Merge "Restore auth request ID from before namespacing"

This commit is contained in:
jenkins-bot 2022-08-28 18:36:21 +00:00 committed by Gerrit Code Review
commit 16acc34ed1

View file

@ -31,6 +31,11 @@ class CaptchaAuthenticationRequest extends AuthenticationRequest {
$this->captchaData = $data;
}
/** @inheritDoc */
public function getUniqueId() {
return 'CaptchaAuthenticationRequest';
}
/**
* @inheritDoc
*/