Restore auth request ID from before namespacing

Bug: T316410
Change-Id: I144af55c368d93326d0ae78a85790e81bc3d9c7f
This commit is contained in:
Gergő Tisza 2022-08-27 00:27:23 +00:00
parent 67775f19a4
commit d0e1c811c7

View file

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