mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add window redirect for the Northflank integration
This commit is contained in:
@@ -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
3891
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/picomatch": "^2.3.0",
|
||||
"eslint": "^8.29.0",
|
||||
"husky": "^8.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user