From a85c938792c3acddfa390998e9a39e1bc3112993 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 6 May 2023 09:04:26 +0200 Subject: [PATCH] place webauthn login button next to existing login button --- views/bootstrap/class.Login.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/bootstrap/class.Login.php b/views/bootstrap/class.Login.php index c3d64f615..f3f12a6d0 100644 --- a/views/bootstrap/class.Login.php +++ b/views/bootstrap/class.Login.php @@ -302,13 +302,11 @@ function webauthnAuthenticate(key, cb){ $this->contentContainerEnd(); echo '
'; $this->formSubmit(getMLText('submit_login')); + $this->formSubmit(getMLText('submit_webauthn_login'), 'webauthnlogin'); echo '
'; ?> '; - $this->formSubmit(getMLText('submit_webauthn_login'), 'webauthnlogin'); - echo ''; $tmpfoot = array(); if ($enableguestlogin && $guestid && $dms->getUser((int) $guestid)) $tmpfoot[] = "" . getMLText("guest_login") . "\n";