From 5ae9d33f160eb242d41427325b66b7def033bb92 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:27:38 +0200 Subject: [PATCH] chore: synchronize workspaces --- .../tests/desktop/identifier_first/password.login.spec.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e/playwright/tests/desktop/identifier_first/password.login.spec.ts b/test/e2e/playwright/tests/desktop/identifier_first/password.login.spec.ts index 5befd1dbd25c..fd6026cb39fb 100644 --- a/test/e2e/playwright/tests/desktop/identifier_first/password.login.spec.ts +++ b/test/e2e/playwright/tests/desktop/identifier_first/password.login.spec.ts @@ -14,16 +14,16 @@ test.describe("account enumeration protection off", () => { configOverride: toConfig({ style: "identifier_first", mitigateEnumeration: false, - selfservice:{ + selfservice: { methods: { password: { - enabled: true + enabled: true, }, code: { passwordless_enabled: false, }, }, - } + }, }), }) @@ -129,7 +129,7 @@ test.describe("account enumeration protection on", () => { selfservice: { methods: { password: { - enabled: true + enabled: true, }, code: { passwordless_enabled: false,