Clear cache

This commit is contained in:
James Cole 2019-08-04 07:29:31 +02:00
parent a06868b0c3
commit a328d393d3
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -317,7 +317,7 @@ class ProfileController extends Controller
$codes = implode("\r\n", $recoveryCodes);
Preferences::set('mfa_recovery', $recoveryCodes);
Preferences::mark();
return view('profile.new-backup-codes', compact('codes'));
}