Passed
Push — master ( b2f419...14ac2c )
by Stefan
06:27 queued 02:03
created
lib/Controller/WebAuthn.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,8 @@
 block discarded – undo
103 103
         $t->data['FIDO2Tokens'] = $state['FIDO2Tokens'];
104 104
 
105 105
         $challenge = str_split($state['FIDO2SignupChallenge'], 2);
106
-	$entityid = $state['Source']['entityid'];
107
-	$configUtils = new Utils\Config();
106
+    $entityid = $state['Source']['entityid'];
107
+    $configUtils = new Utils\Config();
108 108
         $username = str_split(
109 109
             hash('sha512', $state['FIDO2Username'] . '|' . $configUtils->getSecretSalt() . '|' . $entityid),
110 110
             2
Please login to merge, or discard this patch.