mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 08:54:22 +01:00
Remove calls to config helper from config files
This commit is contained in:
parent
d1c2a05b87
commit
590c9ec92e
@ -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),
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user