Skip to content

Commit f812fbb

Browse files
committed
ACP2E-2755: Issue with rest api after enable 2FA Duo
1 parent bc5d8b5 commit f812fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwoFactorAuth/Model/Provider/Engine/DuoSecurity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function getRequestSignature(UserInterface $user): string
208208
$duoSignature = $this->signValues(
209209
$this->getSecretKey(),
210210
$values,
211-
static::DUO_PREFIX,
211+
static::AUTH_PREFIX,
212212
static::DUO_EXPIRE,
213213
$time
214214
);

0 commit comments

Comments
 (0)