mirror of
https://github.com/PeterMaquiran/tvone-api.git
synced 2026-04-19 00:37:51 +00:00
return profile picture
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Injectable } from "@nestjs/common";
|
||||
import { AuthGuard } from "@nestjs/passport";
|
||||
|
||||
@Injectable()
|
||||
export class KeycloakAuthGuard extends AuthGuard("keycloak") {}
|
||||
Reference in New Issue
Block a user