2022-03-28 10:16:28 +05:30
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2022-11-27 23:50:29 +05:30
|
|
|
// SPDX-License-Identifier: MIT
|
2022-03-28 10:16:28 +05:30
|
|
|
|
|
|
|
//go:build !windows
|
|
|
|
|
|
|
|
package web
|
|
|
|
|
|
|
|
import auth_service "code.gitea.io/gitea/services/auth"
|
|
|
|
|
|
|
|
func specialAdd(group *auth_service.Group) {}
|