Skip to content

Commit b5c2c30

Browse files
committed
Fix lint
1 parent a642ba4 commit b5c2c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth/sspi_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func (s *SSPI) Verify(req *http.Request, w http.ResponseWriter, store DataStore,
153153

154154
// getConfig retrieves the SSPI configuration from login sources
155155
func (s *SSPI) getConfig() (*sspi.Source, error) {
156-
sources, err := models.ActiveSources(login.SSPI)
156+
sources, err := login.ActiveSources(login.SSPI)
157157
if err != nil {
158158
return nil, err
159159
}

0 commit comments

Comments
 (0)