Merge pull request #1410 from aaronlehmann/failured
Correct ErrAuthenticationFailure message
This commit is contained in:
commit
c4b79bda8a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ var (
|
||||||
ErrInvalidCredential = errors.New("invalid authorization credential")
|
ErrInvalidCredential = errors.New("invalid authorization credential")
|
||||||
|
|
||||||
// ErrAuthenticationFailure returned when authentication failure to be presented to agent.
|
// ErrAuthenticationFailure returned when authentication failure to be presented to agent.
|
||||||
ErrAuthenticationFailure = errors.New("authentication failured")
|
ErrAuthenticationFailure = errors.New("authentication failure")
|
||||||
)
|
)
|
||||||
|
|
||||||
type accessController struct {
|
type accessController struct {
|
||||||
|
|
Loading…
Reference in a new issue