mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
[#55] added OAuth2 subscription redirect handler
This commit is contained in:
@@ -145,6 +145,12 @@ const routes = {
|
||||
userData: { showAppSidebar: false },
|
||||
}),
|
||||
|
||||
"/auth/oauth2-redirect": wrap({
|
||||
asyncComponent: () => import("@/components/records/PageOAuth2Redirect.svelte"),
|
||||
conditions: baseConditions,
|
||||
userData: { showAppSidebar: false },
|
||||
}),
|
||||
|
||||
// catch-all fallback
|
||||
"*": wrap({
|
||||
component: PageIndex,
|
||||
|
||||
Reference in New Issue
Block a user