1
0
forked from baron/baron-sso

adminfront 로그인 해결

This commit is contained in:
2026-02-19 18:02:47 +09:00
parent ba7cca3c60
commit e40dd8120e
22 changed files with 317 additions and 214 deletions

View File

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