From cdbeb1fafed7b2a0dd458fce9d1875b981ec2638 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 23 Apr 2020 21:06:36 +0200 Subject: [PATCH] add link to webauthn registration --- views/bootstrap/class.Bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 037574f19..bac5b7237 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -763,6 +763,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>'2_factor_auth'); + $menuitems['webauthn_auth'] = array('link'=>"../out/out.SetupWebauthn.php", 'label'=>'webauthn_auth'); + if ($this->params['enableusersview']){ if ($accessobject->check_view_access('UsrView')) $menuitems['users'] = array('link'=>"../out/out.UsrView.php", 'label'=>'users');