From 70bb29827e5ded39386488ef32a7ab23caad0635 Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 24 Feb 2026 11:03:52 +0900 Subject: [PATCH] =?UTF-8?q?df=20=EB=A6=B0=ED=8A=B8=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/index.css | 3 +-- devfront/src/lib/auth.ts | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devfront/src/index.css b/devfront/src/index.css index 7b10c328..20ef470f 100644 --- a/devfront/src/index.css +++ b/devfront/src/index.css @@ -54,8 +54,7 @@ body { @apply min-h-screen bg-background font-sans text-foreground antialiased; - background-image: - radial-gradient( + background-image: radial-gradient( circle at 10% 18%, rgba(54, 211, 153, 0.16), transparent 28% diff --git a/devfront/src/lib/auth.ts b/devfront/src/lib/auth.ts index 1440c090..90453199 100644 --- a/devfront/src/lib/auth.ts +++ b/devfront/src/lib/auth.ts @@ -2,7 +2,8 @@ import { UserManager, WebStorageStateStore } from "oidc-client-ts"; import type { AuthProviderProps } from "react-oidc-context"; export const oidcConfig: AuthProviderProps = { - authority: import.meta.env.VITE_OIDC_AUTHORITY || "http://localhost:5000/oidc", // Gateway Proxy URL + authority: + import.meta.env.VITE_OIDC_AUTHORITY || "http://localhost:5000/oidc", // Gateway Proxy URL client_id: import.meta.env.VITE_OIDC_CLIENT_ID || "devfront", redirect_uri: `${window.location.origin}/auth/callback`, response_type: "code",