Explorar o código

Fix #115 - Remove invalid WEBAUTHN_NAME null value in .env example

Bubka %!s(int64=3) %!d(string=hai) anos
pai
achega
caf72a6c9f
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      .env.example

+ 3 - 2
.env.example

@@ -120,9 +120,10 @@ PROXY_LOGOUT_URL=null
 
 #### 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.
 # See https://webauthn-doc.spomky-labs.com/pre-requisites/the-relying-party#how-to-determine-the-relying-party-id