Fixed webauthn two factor authentication

This commit is contained in:
Jan Böhmer 2023-06-11 13:14:45 +02:00
parent 624696711d
commit b7573a40d7
3 changed files with 55 additions and 42 deletions

View file

@ -24,7 +24,7 @@
"florianv/swap": "^4.0",
"florianv/swap-bundle": "dev-master",
"gregwar/captcha-bundle": "^2.1.0",
"jbtronics/2fa-webauthn": "dev-master",
"jbtronics/2fa-webauthn": "^v2.0.0",
"jfcherng/php-diff": "^6.14",
"league/csv": "^9.8.0",
"league/html-to-markdown": "^5.0.1",
@ -154,11 +154,5 @@
"allow-contrib": false,
"require": "6.2.*"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/jbtronics/2fa-webauthn.git"
}
]
}
}