Skip to content

Commit 16d123c

Browse files
committed
webauthn
Signed-off-by: BrianTeeman <brian@teeman.net>
1 parent c46fe44 commit 16d123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/system/webauthn/src/Extension/Webauthn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function __construct(array $config = [], ?Authentication $authHelper = nu
123123

124124
Log::addLogger([
125125
'text_file' => "webauthn_system.php",
126-
'text_entry_format' => '{DATETIME} {PRIORITY} {CLIENTIP} {MESSAGE}',
126+
'text_entry_format' => '{DATETIME} {PRIORITY} {CLIENTIP} {MESSAGE}',
127127
], $logLevels, ["webauthn.system"]);
128128

129129
$this->authenticationHelper = $authHelper ?? (new Authentication());

0 commit comments

Comments
 (0)