|
@@ -106,8 +106,8 @@ |
|
|
block discarded – undo |
|
106
|
106
|
{ |
|
107
|
107
|
$path = SSPConfig::getConfigDir().'/'.self::AAGUID_CONFIG_FILE; |
|
108
|
108
|
if (!file_exists($path)) { |
|
109
|
|
- Logger::warning('Missing "webauthn_tokens.json" configuration file. No device will be recognized.'); |
|
110
|
|
- return []; |
|
|
109
|
+ Logger::warning('Missing "webauthn_tokens.json" configuration file. No device will be recognized.'); |
|
|
110
|
+ return []; |
|
111
|
111
|
} |
|
112
|
112
|
|
|
113
|
113
|
$data = file_get_contents($path); |
Please login to merge, or discard this patch.