Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Jun 9, 2021
1 parent a79e7f2 commit 660b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/auth/sspi_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
sspiAuth *websspi.Authenticator

// Ensure the struct implements the interface.
_ SingleSignOn = &SSPI{}
_ Auth = &SSPI{}
)

// SSPI implements the SingleSignOn interface and authenticates requests
Expand Down

0 comments on commit 660b6e7

Please sign in to comment.