mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +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;
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
public function getUniqueId() {
|
||||
return 'CaptchaAuthenticationRequest';
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue