mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-21 12:32:04 +02:00
Fix #115 - Remove invalid WEBAUTHN_NAME null value in .env example
This commit is contained in:
parent
ad2e226ca4
commit
caf72a6c9f
@ -120,9 +120,10 @@ PROXY_LOGOUT_URL=null
|
|||||||
|
|
||||||
#### WebAuthn settings ####
|
#### WebAuthn settings ####
|
||||||
|
|
||||||
# Relying Party name, aka the name of the application. If null, defaults to APP_NAME
|
# Relying Party name, aka the name of the application.
|
||||||
|
# If blank, defaults to APP_NAME. Do not set to null.
|
||||||
|
|
||||||
WEBAUTHN_NAME=null
|
WEBAUTHN_NAME=2FAuth
|
||||||
|
|
||||||
# Relying Party ID. If null, the device will fill it internally.
|
# Relying Party ID. If null, the device will fill it internally.
|
||||||
# See https://webauthn-doc.spomky-labs.com/pre-requisites/the-relying-party#how-to-determine-the-relying-party-id
|
# See https://webauthn-doc.spomky-labs.com/pre-requisites/the-relying-party#how-to-determine-the-relying-party-id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user