This commit is contained in:
Andras Bacsai
2021-06-24 23:31:08 +02:00
committed by GitHub
parent a8e9668c2b
commit 2d0f22b379
22 changed files with 2220 additions and 1070 deletions

View File

@@ -5,7 +5,7 @@
export async function load(session) {
if (!browser && !process.env.VITE_GITHUB_APP_CLIENTID) {
return {
status: 301,
status: 302,
redirect: '/dashboard/services'
};
}