mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Resolve TOTP QR code not readable #360
This commit is contained in:
parent
fe60acab63
commit
310a88b0a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue