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/static/static.go | |
parent | a75256bed524c203d8d44fdccf5805671471d376 (diff) | |
download | v2-2b8342fcd5aa77e2f26f9349f3b18f471bd50011.tar.gz v2-2b8342fcd5aa77e2f26f9349f3b18f471bd50011.tar.zst v2-2b8342fcd5aa77e2f26f9349f3b18f471bd50011.zip |
Refactor WebAuthn Javascript code
Diffstat (limited to 'internal/ui/static/static.go')
-rw-r--r-- | internal/ui/static/static.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/ui/static/static.go b/internal/ui/static/static.go index bcc40fce..a3deb6d9 100644 --- a/internal/ui/static/static.go +++ b/internal/ui/static/static.go @@ -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{ |