Skip to content

Commit

Permalink
fix: use correct template package (#7522)
Browse files Browse the repository at this point in the history
(cherry picked from commit 07ec2ef)
  • Loading branch information
livio-a committed Mar 15, 2024
1 parent 92bf16d commit cddb6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/renderer/renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package renderer

import (
"context"
"html/template"
"io/ioutil"
"net/http"
"os"
"text/template"

"github.com/zitadel/logging"
"golang.org/x/text/language"
Expand Down

0 comments on commit cddb6d9

Please sign in to comment.