This commit is contained in:
Max Peintner
2025-05-07 10:20:39 +02:00
parent 5c53069ed8
commit 41fb472a4b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import { authorizeOrDenyDeviceAuthorization } from "@/lib/zitadel";
import { headers } from "next/headers";
import { getServiceUrlFromHeaders } from "../service";
import { getServiceUrlFromHeaders } from "../service-url";
export async function completeDeviceAuthorization(
deviceAuthorizationId: string,

View File

@@ -2,7 +2,7 @@
import { getDeviceAuthorizationRequest as zitadelGetDeviceAuthorizationRequest } from "@/lib/zitadel";
import { headers } from "next/headers";
import { getServiceUrlFromHeaders } from "../service";
import { getServiceUrlFromHeaders } from "../service-url";
export async function getDeviceAuthorizationRequest(userCode: string) {
const _headers = await headers();