authelia/internal/oidc/errors.go

6 lines
100 B
Go

package oidc
import "errors"
var errPasswordsDoNotMatch = errors.New("the passwords don't match")