mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
remove "twoFactorAuthEnabled" from preferences. Kill switches for all code that references them (easier for refactor)
This commit is contained in:
@@ -47,6 +47,7 @@ class TwoFactorController extends Controller
|
||||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
die('this auth controller must be refactored.');
|
||||
$user = auth()->user();
|
||||
|
||||
// to make sure the validator in the next step gets the secret, we push it in session
|
||||
|
Reference in New Issue
Block a user