mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Did some cleanup [skip ci]
This commit is contained in:
@@ -133,6 +133,7 @@ class FireflyValidator extends Validator
|
||||
try {
|
||||
$value = Crypt::decrypt($value);
|
||||
} catch (DecryptException $e) {
|
||||
// if it fails, probably not encrypted.
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user