Browse Source

migrating from u2f-api.js to webauthn

FreddleSpl0it 3 years ago
parent
commit
ab0f8fa8b0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/web/json_api.php

+ 2 - 2
data/web/json_api.php

@@ -466,8 +466,8 @@ if (isset($_GET['query'])) {
 
               // getCreateArgs($userId, $userName, $userDisplayName, $timeout=20, $requireResidentKey=false, $requireUserVerification=false, $crossPlatformAttachment=null, $excludeCredentialIds=array())
               // cross-platform: true, if type internal is not allowed
-        //    //        false, if only internal is allowed
-        //    //        null, if internal and cross-platform is allowed
+              //        false, if only internal is allowed
+              //        null, if internal and cross-platform is allowed
               $createArgs = $WebAuthn->getCreateArgs($_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], 30, false, $GLOBALS['WEBAUTHN_UV_FLAG_REGISTER'], null);
               
               print(json_encode($createArgs));