From 310a88b0a56b1ff7f45a246b6050020c186b0da9 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 2 May 2022 20:02:53 +0200 Subject: [PATCH] Resolve TOTP QR code not readable #360 --- plugins/two-factor-auth/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/two-factor-auth/index.php b/plugins/two-factor-auth/index.php index db230f967..590cebaea 100644 --- a/plugins/two-factor-auth/index.php +++ b/plugins/two-factor-auth/index.php @@ -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';