Merge pull request #1613 from hedgedoc/merge/tokenGuardAndStrategy

This commit is contained in:
David Mehren 2021-09-06 12:12:44 +02:00 committed by GitHub
commit 7c618e7f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 18 deletions

View file

@ -31,7 +31,7 @@ import {
ApiUnauthorizedResponse,
} from '@nestjs/swagger';
import { TokenAuthGuard } from '../../../auth/token-auth.guard';
import { TokenAuthGuard } from '../../../auth/token.strategy';
import {
ClientError,
MediaBackendError,