mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 17:37:32 +00:00
cleanup
This commit is contained in:
@@ -112,10 +112,6 @@ export default async function Page(props: { searchParams: Promise<any> }) {
|
|||||||
</Alert>
|
</Alert>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* {sessionFactors?.id && (
|
|
||||||
<SelfServiceMenu sessionId={sessionFactors?.id} />
|
|
||||||
)} */}
|
|
||||||
|
|
||||||
{loginSettings?.defaultRedirectUri && (
|
{loginSettings?.defaultRedirectUri && (
|
||||||
<div className="mt-8 flex w-full flex-row items-center">
|
<div className="mt-8 flex w-full flex-row items-center">
|
||||||
<span className="flex-grow"></span>
|
<span className="flex-grow"></span>
|
||||||
|
@@ -952,10 +952,6 @@ export async function authorizeOrDenyDeviceAuthorization({
|
|||||||
deviceAuthorizationId: string;
|
deviceAuthorizationId: string;
|
||||||
session?: { sessionId: string; sessionToken: string };
|
session?: { sessionId: string; sessionToken: string };
|
||||||
}) {
|
}) {
|
||||||
console.log("authorizeOrDenyDeviceAuthorization");
|
|
||||||
|
|
||||||
console.log("session", session);
|
|
||||||
|
|
||||||
const oidcService = await createServiceForHost(OIDCService, serviceUrl);
|
const oidcService = await createServiceForHost(OIDCService, serviceUrl);
|
||||||
|
|
||||||
return oidcService.authorizeOrDenyDeviceAuthorization({
|
return oidcService.authorizeOrDenyDeviceAuthorization({
|
||||||
|
Reference in New Issue
Block a user