mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 17:40:11 +00:00
Restore auth request ID from before namespacing
Bug: T316410 Change-Id: I144af55c368d93326d0ae78a85790e81bc3d9c7f
This commit is contained in:
parent
67775f19a4
commit
d0e1c811c7
|
@ -31,6 +31,11 @@ class CaptchaAuthenticationRequest extends AuthenticationRequest {
|
||||||
$this->captchaData = $data;
|
$this->captchaData = $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @inheritDoc */
|
||||||
|
public function getUniqueId() {
|
||||||
|
return 'CaptchaAuthenticationRequest';
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue