mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fixes #1051
This commit is contained in:
parent
2378376595
commit
5f9efbea3f
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ class SettingsController extends Controller
|
|||
$profile->save();
|
||||
Cache::forget('profiles:private');
|
||||
Auth::logout();
|
||||
DeleteAccountPipeline::dispatch($user);
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue