Better solution for #150

This commit is contained in:
djmaze 2021-10-04 13:53:59 +02:00
parent db8ba85350
commit 7ede8eeb4a
4 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.1',
RELEASE = '2021-07-28',
VERSION = '2.2',
RELEASE = '2021-10-04',
REQUIRED = '2.6.0',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';