From 97a426867eb97dead6f01db8e9afd4d2a9947ecb Mon Sep 17 00:00:00 2001 From: Jan Kristinus Date: Fri, 15 Nov 2024 14:36:22 +0100 Subject: [PATCH] CS --- plugins/auth/lib/otp/password.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/auth/lib/otp/password.php b/plugins/auth/lib/otp/password.php index 64b8ead..eab86e2 100644 --- a/plugins/auth/lib/otp/password.php +++ b/plugins/auth/lib/otp/password.php @@ -26,9 +26,6 @@ public function challenge(): void $this->getMethod()->challenge($uri, $user); } - /** - * @param string $otp - */ public function verify(string $otp): bool { $uri = str_replace('&', '&', (string) rex_ycom_otp_password_config::forCurrentUser()->getProvisioningUri());