Skip to content

Commit e4cb75e

Browse files
Rizwan KhanRizwan Khan
authored andcommitted
AC-9797: 2FA functionality enhancement
1 parent 83a5728 commit e4cb75e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

TwoFactorAuth/Controller/Adminhtml/Google/Authpost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Authpost extends AbstractAction implements HttpPostActionInterface
8282
/**
8383
* @var UserResource
8484
*/
85-
protected $userResource;
85+
private $userResource;
8686

8787
/**
8888
* @param Action\Context $context

TwoFactorAuth/i18n/en_US.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"Configuration for TwoFactorAuth retry attempts","Configuration for TwoFactorAuth retry attempts"
2+
"Configuration for TwoFactorAuth lock expire time","Configuration for TwoFactorAuth lock expire time"
3+
"TwoFactorAuth Configuration","TwoFactorAuth Configuration"
4+
"Security configurations for TwoFactorAuth page","Security configurations for TwoFactorAuth page"
5+
"Your account is temporarily disabled.","Your account is temporarily disabled."

0 commit comments

Comments
 (0)