mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Some code cleanup.
This commit is contained in:
@@ -60,7 +60,7 @@ class FireflyValidator extends Validator
|
||||
return false;
|
||||
}
|
||||
|
||||
$secret = Session::get('two-factor-secret');
|
||||
$secret = Session::get('two-factor-secret');
|
||||
/** @var Google2FA $google2fa */
|
||||
$google2fa = app('PragmaRX\Google2FA\Google2FA');
|
||||
|
||||
|
Reference in New Issue
Block a user