authelia/internal/regulation/const.go

7 lines
134 B
Go

package regulation
import "fmt"
// ErrUserIsBanned user is banned error message.
var ErrUserIsBanned = fmt.Errorf("user is banned")