Bug: T201491
Change-Id: Ib5cdd7082c6c4ae3d3c6564ea608a7dedac88446
This commit is contained in:
Klein Muçi 2022-05-02 22:46:43 +00:00
parent 5e108c281e
commit 7eb87b5cfc

View file

@ -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 );