mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-12-11 16:16:06 +00:00
TOTPKey: Fix log message
Follows-Up: Ief577fb3e6adbf72b374d86df67529c46e4fe83e
Change-Id: Ie1b396987244685c4cdc15b8425f1f2d7b24c5fa
(cherry picked from commit 620e3d251b
)
This commit is contained in:
parent
b8cb2333dd
commit
ec64f26334
|
@ -198,7 +198,7 @@ class TOTPKey implements IAuthKey {
|
|||
// This is saved below via OATHUserRepository::persist, TOTP::getDataFromUser.
|
||||
array_splice( $this->scratchTokens, $i, 1 );
|
||||
|
||||
$logger->info( 'OATHAuth user {user} used a recovery token code from {clientip}', [
|
||||
$logger->info( 'OATHAuth user {user} used a recovery token from {clientip}', [
|
||||
'user' => $user->getAccount(),
|
||||
'clientip' => $clientIP,
|
||||
] );
|
||||
|
|
Loading…
Reference in a new issue