aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/auth/sspi_windows.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/auth/sspi_windows.go b/services/auth/sspi_windows.go
index 045834b691..b6e8d42980 100644
--- a/services/auth/sspi_windows.go
+++ b/services/auth/sspi_windows.go
@@ -23,7 +23,6 @@ import (
gouuid "github.com/google/uuid"
"github.com/quasoft/websspi"
- "github.com/unrolled/render"
)
const (
@@ -48,7 +47,7 @@ var (
// On successful authentication returns a valid user object.
// Returns nil if authentication fails.
type SSPI struct {
- rnd *render.Render
+ rnd *templates.HTMLRender
}
// Init creates a new global websspi.Authenticator object