mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
Fix typo
Bug: T201491 Change-Id: Ib5cdd7082c6c4ae3d3c6564ea608a7dedac88446
This commit is contained in:
parent
5e108c281e
commit
7eb87b5cfc
|
@ -158,7 +158,7 @@ class TOTPKey implements IAuthKey {
|
|||
$wgOATHAuthWindowRadius
|
||||
);
|
||||
|
||||
// Remove any whitespace from the received token, which can be an intended group seperator
|
||||
// Remove any whitespace from the received token, which can be an intended group separator
|
||||
// or trimmeable whitespace
|
||||
$token = preg_replace( '/\s+/', '', $token );
|
||||
|
||||
|
|
Loading…
Reference in a new issue