1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00

Refactor WebAuthn Javascript code

This commit is contained in:
Frédéric Guillot 2023-11-06 17:28:25 +00:00
parent a75256bed5
commit 2b8342fcd5
9 changed files with 226 additions and 218 deletions

View file

@ -118,14 +118,12 @@ func GenerateJavascriptBundles() error {
"js/request_builder.js",
"js/modal_handler.js",
"js/app.js",
"js/webauthn_handler.js",
"js/bootstrap.js",
},
"service-worker": {
"js/service_worker.js",
},
"webauthn": {
"js/webauthn.js",
},
}
var prefixes = map[string]string{