[#55] added OAuth2 subscription redirect handler

This commit is contained in:
Gani Georgiev
2023-04-10 22:27:00 +03:00
parent c826514eca
commit dc72d5adee
34 changed files with 336 additions and 111 deletions
+6
View File
@@ -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,