| @@ -13,7 +13,7 @@ discard block | ||
| 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 | ||
| 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, |