mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
remove "twoFactorAuthEnabled" from preferences. Kill switches for all code that references them (easier for refactor)
This commit is contained in:
@@ -125,6 +125,7 @@ class UserController extends Controller
|
||||
$users = $this->repository->all();
|
||||
|
||||
// add meta stuff.
|
||||
die('the 2FA references here should be refactored.');
|
||||
$users->each(
|
||||
function (User $user) {
|
||||
$list = ['twoFactorAuthEnabled', 'twoFactorAuthSecret'];
|
||||
|
Reference in New Issue
Block a user