1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-08-10 07:41:11 +02:00

Remove authentication sidebar item (redundant)

This commit is contained in:
billz 2025-03-22 03:14:11 -07:00
parent 51a0ce220c
commit 3e54b1d7bb

View File

@ -39,9 +39,6 @@ class Sidebar {
);
$this->addItem(_(getProviderValue($_SESSION["providerID"], "name")), 'fas fa-shield-alt', 'provider_conf', 90,
fn() => RASPI_VPN_PROVIDER_ENABLED
);
$this->addItem(_('Authentication'), 'fas fa-user-lock', 'auth_conf', 100,
fn() => RASPI_CONFAUTH_ENABLED
);
$this->addItem(_('Data usage'), 'fas fa-chart-area', 'data_use', 110,
fn() => RASPI_VNSTAT_ENABLED