Skip to content

Commit cbe00c4

Browse files
committed
fixup! feat: move csrf validation out of request
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent f41e63e commit cbe00c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dav/tests/unit/Connector/Sabre/AuthTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AuthTest extends TestCase {
3939
private $twoFactorManager;
4040
/** @var IThrottler */
4141
private $throttler;
42-
private CsrfValidator $csrfValidator;
42+
private ICsrfValidator $csrfValidator;
4343

4444
protected function setUp(): void {
4545
parent::setUp();

0 commit comments

Comments
 (0)