From caf72a6c9f8eedb31068a3752e5de329507c5780 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:39:17 +0200 Subject: [PATCH] Fix #115 - Remove invalid WEBAUTHN_NAME null value in .env example --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 83e896e7..5fbdfbe9 100644 --- a/.env.example +++ b/.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