migrating from u2f-api.js to webauthn

master
FreddlePat 2022-01-12 21:26:42 +01:00
parent d1d134038f
commit be4af41e64
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ $SHOW_LAST_LOGIN = true;
// false = preferred
// string 'required' 'preferred' 'discouraged'
$WEBAUTHN_UV_FLAG_REGISTER = false;
$WEBAUTHN_UV_FLAG_LOGIN = false:
$WEBAUTHN_UV_FLAG_LOGIN = false;
$WEBAUTHN_USER_PRESENT_FLAG = true;
$FIDO2_UV_FLAG_REGISTER = 'preferred';