authelia/regulation/const.go

6 lines
85 B
Go

package regulation
import "fmt"
var ErrUserIsBanned = fmt.Errorf("User is banned")