Resolve TOTP QR code not readable #360

This commit is contained in:
the-djmaze 2022-05-02 20:02:53 +02:00
parent fe60acab63
commit 310a88b0a5

View file

@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.15.0',
RELEASE = '2022-04-29',
VERSION = '2.15.1',
RELEASE = '2022-05-02',
REQUIRED = '2.15.1',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';