diff options
author | 2023-11-06 17:28:25 +0000 | |
---|---|---|
committer | 2023-11-06 19:55:32 +0100 | |
commit | 2b8342fcd5aa77e2f26f9349f3b18f471bd50011 (patch) | |
tree | c60b3ce373db432f3784dd2941ef793d3e242c67 /internal/ui/webauthn.go | |
parent | a75256bed524c203d8d44fdccf5805671471d376 (diff) | |
download | v2-2b8342fcd5aa77e2f26f9349f3b18f471bd50011.tar.gz v2-2b8342fcd5aa77e2f26f9349f3b18f471bd50011.tar.zst v2-2b8342fcd5aa77e2f26f9349f3b18f471bd50011.zip |
Refactor WebAuthn Javascript code
Diffstat (limited to '')
-rw-r--r-- | internal/ui/webauthn.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ui/webauthn.go b/internal/ui/webauthn.go index 0071c74c..8a671ca2 100644 --- a/internal/ui/webauthn.go +++ b/internal/ui/webauthn.go @@ -13,6 +13,7 @@ import ( "github.com/go-webauthn/webauthn/protocol" "github.com/go-webauthn/webauthn/webauthn" + "miniflux.app/v2/internal/config" "miniflux.app/v2/internal/crypto" "miniflux.app/v2/internal/http/cookie" |