From a9bf677384a26fc26cd0b9f1b28f1fbc4ed3e3b6 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:29:16 +0000 Subject: [PATCH] again --- frontend/src/proprietary/auth/springAuthClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/proprietary/auth/springAuthClient.ts b/frontend/src/proprietary/auth/springAuthClient.ts index 5d3e2d4dc..04fb55957 100644 --- a/frontend/src/proprietary/auth/springAuthClient.ts +++ b/frontend/src/proprietary/auth/springAuthClient.ts @@ -251,7 +251,7 @@ class SpringAuthClient { * This redirects to the Spring OAuth2 authorization endpoint */ async signInWithOAuth(params: { - provider: 'github' | 'google' | 'apple' | 'azure'; + provider: 'github' | 'google' | 'apple' | 'azure' | 'keycloak' | 'oidc'; options?: { redirectTo?: string; queryParams?: Record }; }): Promise<{ error: AuthError | null }> { try {