Skip to content

Commit

Permalink
fixes the mfa level to mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Dec 22, 2023
1 parent 75d4d50 commit 5971e2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions examples/vue-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/openlogin/src/OpenLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class OpenLogin {
params: {
...defaultParams,
...params,
mfaLevel: "optional",
mfaLevel: "mandatory",
},
};

Expand Down

0 comments on commit 5971e2f

Please sign in to comment.