return profile picture

This commit is contained in:
2026-04-17 14:53:21 +01:00
parent 36b2eee680
commit c4eb6ef53a
8 changed files with 58 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Injectable } from "@nestjs/common";
import { AuthGuard } from "@nestjs/passport";
@Injectable()
export class KeycloakAuthGuard extends AuthGuard("keycloak") {}