Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 13, 2024
1 parent b6d5942 commit 5ae9d33
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
}
},
}),
})

Expand Down Expand Up @@ -129,7 +129,7 @@ test.describe("account enumeration protection on", () => {
selfservice: {
methods: {
password: {
enabled: true
enabled: true,
},
code: {
passwordless_enabled: false,
Expand Down

0 comments on commit 5ae9d33

Please sign in to comment.