add window redirect for the Northflank integration

This commit is contained in:
Chukwunonso Frank
2023-07-10 12:57:16 +01:00
parent 3c45941474
commit 5e2b31cb6c
3 changed files with 1956 additions and 1939 deletions

View File

@@ -92,6 +92,9 @@ export const redirectForProviderAuth = (integrationOption: TCloudIntegration) =>
case "cloudflare-pages":
link = `${window.location.origin}/integrations/cloudflare-pages/authorize`;
break;
case "northflank":
link = `${window.location.origin}/integrations/northflank/authorize`;
break;
default:
break;
}

3891
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,6 +19,7 @@
]
},
"devDependencies": {
"@types/picomatch": "^2.3.0",
"eslint": "^8.29.0",
"husky": "^8.0.2"
}