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