mirror of
https://github.com/minio/minio.git
synced 2025-03-30 17:23:42 -04:00
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")
|
errAccessKeyDisabled = errors.New("The access key you provided is disabled")
|
||||||
errAuthentication = errors.New("Authentication failed, check your access credentials")
|
errAuthentication = errors.New("Authentication failed, check your access credentials")
|
||||||
errNoAuthToken = errors.New("JWT token missing")
|
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")
|
errMalformedAuth = errors.New("Malformed authentication input")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user