diff --git a/sfe/sfe.go b/sfe/sfe.go index 01385c2ea..ee8b5f939 100644 --- a/sfe/sfe.go +++ b/sfe/sfe.go @@ -4,12 +4,12 @@ import ( "embed" "errors" "fmt" + "html/template" "io/fs" "net/http" "net/url" "strconv" "strings" - "text/template" "time" "github.com/go-jose/go-jose/v4/jwt"