mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Add basic notifications
This commit is contained in:
@@ -357,6 +357,6 @@ class ProfileController extends BasePageController
|
||||
return redirect('profile');
|
||||
}
|
||||
|
||||
return view('errors.badboy')->with('Message', 'Dont try to delete another user account!');
|
||||
return view('errors.badboy')->with('warning', 'Dont try to delete another user account!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user