aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth.go
blob: a771643b663d2b7111598bf2c26bf1e5adb753da (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

//go:build !windows

package web

import auth_service "code.gitea.io/gitea/services/auth"

func specialAdd(group *auth_service.Group) {}