mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
change routing for auth and auth/callback (#2493)
This commit is contained in:
committed by
Kim Gardner
parent
07df7ac182
commit
ffecd5e981
@@ -121,14 +121,6 @@ export function mountClientRoutes(
|
||||
entrypoint: entrypoints.get("stream"),
|
||||
})
|
||||
);
|
||||
router.use(
|
||||
"/embed/auth",
|
||||
createClientTargetRouter({
|
||||
staticURI,
|
||||
cacheDuration: false,
|
||||
entrypoint: entrypoints.get("auth"),
|
||||
})
|
||||
);
|
||||
router.use(
|
||||
"/embed/auth/callback",
|
||||
createClientTargetRouter({
|
||||
@@ -137,6 +129,14 @@ export function mountClientRoutes(
|
||||
entrypoint: entrypoints.get("authCallback"),
|
||||
})
|
||||
);
|
||||
router.use(
|
||||
"/embed/auth",
|
||||
createClientTargetRouter({
|
||||
staticURI,
|
||||
cacheDuration: false,
|
||||
entrypoint: entrypoints.get("auth"),
|
||||
})
|
||||
);
|
||||
|
||||
// Add the standalone targets.
|
||||
router.use(
|
||||
|
||||
Reference in New Issue
Block a user