From 7121ebdaec8f7cade7753a4a6db30bbd13fcdf0d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 6 May 2026 13:53:58 +0200 Subject: [PATCH] remove webauthn --- views/bootstrap4/class.Bootstrap4.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 9a46101be..50b09167f 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -931,8 +931,6 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $menuitems['2_factor_auth'] = array('link'=>$this->params['settings']->_httpRoot."out/out.Setup2Factor.php", 'label'=>getMLText('2_factor_auth')); - $menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn_auth')); - if ($this->params['enableusersview']){ if ($accessobject->check_view_access('UsrView')) $menuitems['users'] = array('link'=>$this->params['settings']->_httpRoot."out/out.UsrView.php", 'label'=>getMLText('users'));