Skip to content

Commit

Permalink
fix: remove obsolete codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf committed Jan 24, 2025
1 parent ddbc73d commit 0130bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Db/TotpSecretMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function getSecret(IUser $user): TotpSecret {
->from($this->getTableName())
->from('twofactor_totp_secrets')
->where($qb->expr()->eq('user_id', $qb->createNamedParameter($user->getUID())));
/** @var Statement $result */
$result = $qb->executeQuery();

$row = $result->fetch();
Expand Down

0 comments on commit 0130bac

Please sign in to comment.