Disable WebAuthn by default because it requires to configure the BASE_URL

This commit is contained in:
Frédéric Guillot 2023-11-06 19:09:10 +00:00
parent 2b8342fcd5
commit ba614af82d
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ const (
defaultMetricsPassword = ""
defaultWatchdog = true
defaultInvidiousInstance = "yewtu.be"
defaultWebAuthn = true
defaultWebAuthn = false
)
var defaultHTTPClientUserAgent = "Mozilla/5.0 (compatible; Miniflux/" + version.Version + "; +https://miniflux.app)"

View File

@ -514,7 +514,7 @@ Default is randomly generated at startup\&.
.B WEBAUTHN
Enable or disable WebAuthn/Passkey authentication\&.
.br
Default is true\&.
Default is disabled\&.
.SH AUTHORS
.P