From 7e0ee3b4deb64de548b994807b07590e67d7be81 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 6 May 2023 07:11:18 +0200 Subject: [PATCH] add link to SetupWebauthn to menu --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 375b41c33..fc98728ec 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1004,7 +1004,7 @@ 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'=>'webauthn_auth'); + $menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>getMLText('webauthn_auth')); if ($this->params['enableusersview']){ if ($accessobject->check_view_access('UsrView'))