authelia/internal/handlers/errors.go

6 lines
133 B
Go

package handlers
import "errors"
var errPasswordPolicyNoMet = errors.New("the supplied password does not met the security policy")