mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:23:16 +00:00
lint
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
import { deleteSession, listAuthenticationMethodTypes } from "@/lib/zitadel";
|
||||
import { RequestChallenges } from "@zitadel/proto/zitadel/session/v2/challenge_pb";
|
||||
import { Checks } from "@zitadel/proto/zitadel/session/v2/session_service_pb";
|
||||
import { headers } from "next/headers";
|
||||
import {
|
||||
getMostRecentSessionCookie,
|
||||
getSessionCookieById,
|
||||
@@ -68,7 +67,7 @@ export async function updateSession(options: UpdateSessionCommand) {
|
||||
});
|
||||
|
||||
// TODO remove ports from host header for URL with port
|
||||
const host = "localhost"
|
||||
const host = "localhost";
|
||||
|
||||
if (
|
||||
host &&
|
||||
|
||||
Reference in New Issue
Block a user