浏览代码

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

Bubka 3 年之前
父节点
当前提交
caf72a6c9f
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .env.example

+ 3 - 2
.env.example

@@ -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