mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clear cache
This commit is contained in:
@@ -317,7 +317,7 @@ class ProfileController extends Controller
|
|||||||
$codes = implode("\r\n", $recoveryCodes);
|
$codes = implode("\r\n", $recoveryCodes);
|
||||||
|
|
||||||
Preferences::set('mfa_recovery', $recoveryCodes);
|
Preferences::set('mfa_recovery', $recoveryCodes);
|
||||||
|
Preferences::mark();
|
||||||
return view('profile.new-backup-codes', compact('codes'));
|
return view('profile.new-backup-codes', compact('codes'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user