mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
Merge "Restore auth request ID from before namespacing"
This commit is contained in:
commit
16acc34ed1
|
@ -31,6 +31,11 @@ class CaptchaAuthenticationRequest extends AuthenticationRequest {
|
|||
$this->captchaData = $data;
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
public function getUniqueId() {
|
||||
return 'CaptchaAuthenticationRequest';
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue