Disable WebAuthn by default because it requires to configure the BASE_URL
This commit is contained in:
parent
2b8342fcd5
commit
ba614af82d
2 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue