2022-03-28 06:46:28 +02:00
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2022-11-27 19:20:29 +01:00
|
|
|
// SPDX-License-Identifier: MIT
|
2022-03-28 06:46:28 +02:00
|
|
|
|
|
|
|
//go:build !windows
|
|
|
|
|
|
|
|
package web
|
|
|
|
|
|
|
|
import auth_service "code.gitea.io/gitea/services/auth"
|
|
|
|
|
|
|
|
func specialAdd(group *auth_service.Group) {}
|