Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Nov 15, 2024
1 parent c8b5106 commit 97a4268
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/auth/lib/otp/password.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 97a4268

Please sign in to comment.