mirror of https://github.com/minio/minio.git
Fix typo in jwt skewed date/time error (#19066)
This commit is contained in:
parent
607cafadbc
commit
00dcba9ddd
|
@ -46,7 +46,7 @@ var (
|
|||
errAccessKeyDisabled = errors.New("The access key you provided is disabled")
|
||||
errAuthentication = errors.New("Authentication failed, check your access credentials")
|
||||
errNoAuthToken = errors.New("JWT token missing")
|
||||
errSkewedAuthTime = errors.New("Skewed authenticationdate/time")
|
||||
errSkewedAuthTime = errors.New("Skewed authentication date/time")
|
||||
errMalformedAuth = errors.New("Malformed authentication input")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue