sfe: Replace text/template with html/template (#8026)
This commit is contained in:
parent
d27f0c8a96
commit
1fbaf9f8a9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue