Skip to content

Commit

Permalink
Remove calls to config helper from config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Jun 12, 2024
1 parent d1c2a05 commit 590c9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webauthn.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

'relying_party' => [
'name' => envUnlessEmpty('WEBAUTHN_NAME', config('app.name')),
'name' => envUnlessEmpty('WEBAUTHN_NAME', envUnlessEmpty('APP_NAME', '2FAuth')),
'id' => envUnlessEmpty('WEBAUTHN_ID', null),
],

Expand Down

0 comments on commit 590c9ec

Please sign in to comment.