sfe: Replace text/template with html/template (#8026)

This commit is contained in:
Samantha Frank 2025-02-26 17:44:03 -05:00 committed by GitHub
parent d27f0c8a96
commit 1fbaf9f8a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"