We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02953b commit debad2bCopy full SHA for debad2b
src/Magento/FunctionalTestingFramework/DataTransport/Auth/Tfa/OTP.php
@@ -59,12 +59,12 @@ private static function create($path)
59
}
60
61
self::$totps[$path] = TOTP::create(
62
- $secret,
63
- TOTP::DEFAULT_PERIOD,
64
- TOTP::DEFAULT_DIGEST,
65
- TOTP::DEFAULT_DIGITS,
66
- TOTP::DEFAULT_EPOCH,
67
- new DateTimeImmutable()
+ $secret,
+ TOTP::DEFAULT_PERIOD,
+ TOTP::DEFAULT_DIGEST,
+ TOTP::DEFAULT_DIGITS,
+ TOTP::DEFAULT_EPOCH,
+ new DateTimeImmutable()
68
);
69
self::$totps[$path]->setIssuer('MFTF');
70
self::$totps[$path]->setLabel('MFTF Testing');
0 commit comments