Completed
Push — master ( 4c1490...bec328 )
by Stefan
14s queued 11s
created
www/webauthn.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use SimpleSAML\Logger;
14 14
 use SimpleSAML\Module;
15 15
 use SimpleSAML\Utils;
16
-use SimpleSAML\XHTML\Template;;
16
+use SimpleSAML\XHTML\Template; ;
17 17
 
18 18
 $globalConfig = Configuration::getInstance();
19 19
 
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
       challenge: new Uint8Array([ " . $challengeEncoded . " ]).buffer, 
108 108
       rp: {
109 109
           name: '" . $state['Source']['entityid'] . "',
110
-          ".is_null($state['FIDO2Scope']) ? '' : ("id: '".$state['FIDO2Scope']."'"). ",
110
+          ".is_null($state['FIDO2Scope']) ? '' : ("id: '" . $state['FIDO2Scope'] . "'") . ",
111 111
       },
112 112
       user: {
113 113
 	  id: new Uint8Array([ " . $usernameEncoded . " ]).buffer,
Please login to merge, or discard this patch.