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());