forked from baron/baron-sso
chore: add missing i18n keys and fix devfront formatting
This commit is contained in:
@@ -38,8 +38,8 @@ import type {
|
|||||||
ClientUpsertRequest,
|
ClientUpsertRequest,
|
||||||
} from "../../lib/devApi";
|
} from "../../lib/devApi";
|
||||||
import { t } from "../../lib/i18n";
|
import { t } from "../../lib/i18n";
|
||||||
import { cn } from "../../lib/utils";
|
|
||||||
import { tryConvertToJwks } from "../../lib/keyUtils";
|
import { tryConvertToJwks } from "../../lib/keyUtils";
|
||||||
|
import { cn } from "../../lib/utils";
|
||||||
|
|
||||||
interface ScopeItem {
|
interface ScopeItem {
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
@@ -124,11 +124,14 @@ test.describe("DevFront clients lifecycle", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test("pkce headless login with inline ssh-rsa key should persist mapped payload", async ({
|
test("pkce headless login with inline ssh-rsa key should persist mapped payload", async ({
|
||||||
page,
|
page,
|
||||||
}) => {
|
}) => {
|
||||||
const state = {
|
const state = {
|
||||||
clients: [
|
clients: [
|
||||||
makeClient("client-headless-login", { name: "Headless Login App", type: "pkce" }),
|
makeClient("client-headless-login", {
|
||||||
|
name: "Headless Login App",
|
||||||
|
type: "pkce",
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
consents: [] as Consent[],
|
consents: [] as Consent[],
|
||||||
auditLogsByCursor: undefined,
|
auditLogsByCursor: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user