Passed
Push — master ( 9cc4ef...11304d )
by Tim
02:47
created
www/webauthn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 $frontendData = [];
68 68
 $frontendData['challengeEncoded'] = $challengeEncoded;
69 69
 $frontendData['state'] = [];
70
-foreach (['Source', 'FIDO2Scope','FIDO2Username','FIDO2Displayname','requestTokenModel'] as $stateItem) {
70
+foreach (['Source', 'FIDO2Scope', 'FIDO2Username', 'FIDO2Displayname', 'requestTokenModel'] as $stateItem) {
71 71
     $frontendData['state'][$stateItem] = $state[$stateItem];
72 72
 }
73 73
 
Please login to merge, or discard this patch.