Browse Source

migrating from u2f-api.js to webauthn

FreddlePat 3 years ago
parent
commit
be4af41e64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/inc/vars.inc.php

+ 1 - 1
data/web/inc/vars.inc.php

@@ -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';