1
0
forked from baron/baron-sso

로그인 설정 업데이트

This commit is contained in:
2026-03-18 13:32:09 +09:00
parent 725ba375d2
commit 99def9a0e5
4 changed files with 5 additions and 5 deletions

View File

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