1
0
forked from baron/baron-sso

로그인 invalid_request 오류 해결

This commit is contained in:
2026-03-18 12:31:25 +09:00
parent 9d888a1162
commit 1af3103cde
6 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ export const router = createBrowserRouter(
element: <LoginPage />,
},
{
path: "/auth/callback",
path: "/callback",
element: <AuthCallbackPage />,
},
{