mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 13:27:34 +00:00
rm logs
This commit is contained in:
@@ -28,8 +28,6 @@ export default async function Page(props: {
|
|||||||
const _headers = await headers();
|
const _headers = await headers();
|
||||||
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);
|
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);
|
||||||
|
|
||||||
console.log("serviceUrl", serviceUrl, serviceRegion);
|
|
||||||
|
|
||||||
let defaultOrganization;
|
let defaultOrganization;
|
||||||
if (!organization) {
|
if (!organization) {
|
||||||
const org: Organization | null = await getDefaultOrg({
|
const org: Organization | null = await getDefaultOrg({
|
||||||
|
Reference in New Issue
Block a user