Skip to content

Commit 5c26211

Browse files
committed
docs: update docs for 2fa
1 parent bf53d39 commit 5c26211

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

adminforth/documentation/docs/tutorial/08-Plugins/02-TwoFactorsAuth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,12 @@ Now, update the settings of the Two-Factor Authentication plugin:
763763

764764
plugins: [
765765
new TwoFactorsAuthPlugin ({
766-
keyValueAdapter: new RamKeyValueAdapter(),
767766
twoFaSecretFieldName: 'secret2fa',
768767
timeStepWindow: 1,
769768
//diff-add
770769
passkeys: {
770+
//diff-add
771+
keyValueAdapter: new RamKeyValueAdapter(),
771772
//diff-add
772773
credentialResourceID: "passkeys",
773774
//diff-add

0 commit comments

Comments
 (0)