Skip to content

Commit 3cb1d69

Browse files
committed
Fix windows lint
1 parent 5fc9986 commit 3cb1d69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routers/api/v1/auth_windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
package v1
66

7+
import auth_service "code.gitea.io/gitea/services/auth"
8+
79
func specialAdd(group *auth_service.Group) {
810
if auth.IsSSPIEnabled() {
911
group.Add(&auth_service.SSPI{})

0 commit comments

Comments
 (0)