mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Level 4 fixed!
This commit is contained in:
@@ -71,7 +71,7 @@ class FireflyValidator extends Validator
|
||||
return false;
|
||||
}
|
||||
$secretPreference = app('preferences')->get('temp-mfa-secret');
|
||||
$secret = $secretPreference?->data ?? '';
|
||||
$secret = $secretPreference->data ?? '';
|
||||
if (is_array($secret)) {
|
||||
$secret = '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user