summaryrefslogtreecommitdiff
path: root/internal/ui/view/view.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/ui/view/view.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/ui/view/view.go b/internal/ui/view/view.go
index 1720cfc5..077340b5 100644
--- a/internal/ui/view/view.go
+++ b/internal/ui/view/view.go
@@ -6,6 +6,7 @@ package view // import "miniflux.app/v2/internal/ui/view"
import (
"net/http"
+ "miniflux.app/v2/internal/config"
"miniflux.app/v2/internal/http/request"
"miniflux.app/v2/internal/template"
"miniflux.app/v2/internal/ui/session"
@@ -43,5 +44,7 @@ func New(tpl *template.Engine, r *http.Request, sess *session.Session) *View {
b.params["theme_checksum"] = static.StylesheetBundleChecksums[theme]
b.params["app_js_checksum"] = static.JavascriptBundleChecksums["app"]
b.params["sw_js_checksum"] = static.JavascriptBundleChecksums["service-worker"]
+ b.params["webauthn_js_checksum"] = static.JavascriptBundleChecksums["webauthn"]
+ b.params["webAuthnEnabled"] = config.Opts.WebAuthn()
return b
}
-0800'>2023-01-02style(clippy+fmt): Format code and fix clippy issuesGravatar Jake Swenson 3-3/+6 2023-01-02Add create page functionality (#44)Gravatar ahmetrehaseker 5-12/+42 2022-11-19style(cargo fmt): Add rustfmt config, and fmt codeGravatar Jake Swenson 8-32/+78 2022-11-19chore(docs+deps): Update dependencies, update docs to discuss contributing an...Gravatar Jake Swenson 2-3/+28 2022-05-17(cargo-release) version 0.4.1v0.4.1Gravatar Jake Swenson 1-1/+1 2022-05-17style(cargo fmt): Format codeGravatar Jake Swenson 5-347/+393 2022-05-17(cargo-release) version 0.4.0v0.4.0Gravatar Jake Swenson 1-1/+1 2022-05-17Upgrade notion version (#39)Gravatar Shashank Pachava 16-44/+1189 2022-03-15(cargo-release) version 0.3.5v0.3.5Gravatar Jake Swenson 1-1/+1 2022-03-12Add support for quote and equation blocks (#38)Gravatar Neil Blakey-Milner 1-1/+18 2022-01-11(cargo-release) version 0.3.4v0.3.4Gravatar Jake Swenson 1-1/+1 2022-01-11fix(cargo-release): Fix deprecated cargo release propertyGravatar Jake Swenson 1-1/+1 2022-01-11Add support for code blocks (#35)Gravatar Neil Blakey-Milner 1-1/+13 2021-12-28(cargo-release) version 0.3.3v0.3.3Gravatar Jake Swenson 1-1/+1 2021-12-28fix(#32): Fix rollup value parsing issues (#33)Gravatar Jake Swenson 3-9/+130 2021-12-18(cargo-release) version 0.3.2v0.3.2Gravatar Jake Swenson 1-1/+1 2021-12-17Url property can be null (#26)Gravatar Dmitry Gavrovsky 1-1/+1