1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00

build(deps): bump github.com/go-webauthn/webauthn from 0.10.2 to 0.11.2

This commit is contained in:
Frédéric Guillot 2024-09-07 15:31:08 -07:00
parent 5e335995e1
commit 95201fc5cf
3 changed files with 13 additions and 13 deletions

View file

@ -65,7 +65,7 @@ func newWebAuthn() (*webauthn.WebAuthn, error) {
return webauthn.New(&webauthn.Config{
RPDisplayName: "Miniflux",
RPID: url.Hostname(),
RPOrigin: config.Opts.RootURL(),
RPOrigins: []string{config.Opts.RootURL()},
})
}