Skip to content

Commit

Permalink
fixup! feat: move csrf validation out of request
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed May 29, 2024
1 parent f41e63e commit cbe00c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/tests/unit/Connector/Sabre/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AuthTest extends TestCase {
private $twoFactorManager;
/** @var IThrottler */
private $throttler;
private CsrfValidator $csrfValidator;
private ICsrfValidator $csrfValidator;

protected function setUp(): void {
parent::setUp();
Expand Down

0 comments on commit cbe00c4

Please sign in to comment.