mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
TOTPKey: Fix return of verify()
Change-Id: Ic5c671c3f39153b2a3c55169988d7af4b57b3cbb
This commit is contained in:
parent
62f26d8801
commit
fc3e6695fb
|
@ -119,7 +119,7 @@ class TOTPKey implements IAuthKey {
|
||||||
/**
|
/**
|
||||||
* @param array $data
|
* @param array $data
|
||||||
* @param OATHUser $user
|
* @param OATHUser $user
|
||||||
* @return bool|int
|
* @return bool
|
||||||
* @throws MWException
|
* @throws MWException
|
||||||
*/
|
*/
|
||||||
public function verify( $data, OATHUser $user ) {
|
public function verify( $data, OATHUser $user ) {
|
||||||
|
|
Loading…
Reference in a new issue