mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 10:22:09 +00:00
🤖 Auto commit for release 'develop' on 2025-09-07
This commit is contained in:
@@ -412,7 +412,7 @@ class ProfileController extends Controller
|
||||
// found user.which email address to return to?
|
||||
$set = app('preferences')->beginsWith($user, 'previous_email_');
|
||||
|
||||
/** @var string|null $match */
|
||||
/** @var null|string $match */
|
||||
$match = null;
|
||||
foreach ($set as $entry) {
|
||||
$hashed = hash('sha256', sprintf('%s%s', (string) config('app.key'), $entry->data));
|
||||
|
Reference in New Issue
Block a user