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:
parent
5e335995e1
commit
95201fc5cf
3 changed files with 13 additions and 13 deletions
|
@ -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()},
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue