authelia/regulation/const.go
2019-11-17 16:30:33 +01:00

7 lines
133 B
Go

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