mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:33:07 +00:00
lint
This commit is contained in:
@@ -30,7 +30,7 @@ export function AuthenticationMethodRadio({
|
||||
<RadioGroup.Option
|
||||
key={method.name}
|
||||
value={method}
|
||||
data-testid={method.name+"-radio"}
|
||||
data-testid={method.name + "-radio"}
|
||||
className={({ active, checked }) =>
|
||||
`${
|
||||
active
|
||||
|
||||
@@ -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