mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix(console): initialize provider options (#5520)
fix: provider options initializer
This commit is contained in:
@@ -26,7 +26,6 @@ export function ensureOrgExists(ctx: Context, name: string) {
|
||||
}
|
||||
|
||||
export function isDefaultOrg(ctx: Context, orgId: string): Cypress.Chainable<boolean> {
|
||||
console.log('huhu', orgId);
|
||||
return cy
|
||||
.request({
|
||||
method: 'GET',
|
||||
|
Reference in New Issue
Block a user