mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Remove downloader tab is user settings
This commit is contained in:
@@ -121,10 +121,8 @@ class ProfileController extends BasePageController
|
||||
User::updateRssKey($userid);
|
||||
|
||||
return redirect('profile');
|
||||
break;
|
||||
case 'clearcookies':
|
||||
return redirect('profileedit');
|
||||
break;
|
||||
case 'submit':
|
||||
$validator = Validator::make($request->all(), [
|
||||
'email' => ['nullable', 'string', 'email', 'max:255', 'unique:users', 'indisposable'],
|
||||
|
||||
@@ -22,9 +22,6 @@
|
||||
<a class="nav-link active" href="#settings" id="settings-tab" data-bs-toggle="tab" role="tab" aria-controls="settings" aria-selected="true"><i class="fa fa-cogs fa-spin"></i>
|
||||
Settings</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#downloaders" id="downloaders-tab" data-bs-toggle="tab" role="tab" aria-controls="downloaders" aria-selected="false"><i class="fa fa-cogs fa-spin"></i>Downloaders</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tab-content" id="profileTabContent">
|
||||
<div class="tab-pane fade show active" id="settings" role="tabpanel" aria-labelledby="settings-tab">
|
||||
|
||||
Reference in New Issue
Block a user