summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/WebAuthnController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/lib/Controller/WebAuthnController.php')
-rw-r--r--apps/settings/lib/Controller/WebAuthnController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/WebAuthnController.php b/apps/settings/lib/Controller/WebAuthnController.php
index cbc396b675f..c1ce7a6cf98 100644
--- a/apps/settings/lib/Controller/WebAuthnController.php
+++ b/apps/settings/lib/Controller/WebAuthnController.php
@@ -37,7 +37,6 @@ use OCP\IUserSession;
use Webauthn\PublicKeyCredentialCreationOptions;
class WebAuthnController extends Controller {
-
private const WEBAUTHN_REGISTRATION = 'webauthn_registration';
/** @var Manager */