fix: use correct template package (#7522)

(cherry picked from commit 07ec2efa9dc62f7a6c3a58c112b2879d24bc3e3c)
This commit is contained in:
Livio Spring 2024-03-11 07:52:02 +01:00
parent 8e2c3b671f
commit 3c0cd30afe
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

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