We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8585d6a commit d186f63Copy full SHA for d186f63
restapi/user_login.go
@@ -55,7 +55,7 @@ func login(credentials MCSCredentials) (*string, error) {
55
return nil, ErrInvalidCredentials
56
}
57
// if we made it here, the minioCredentials work, generate a jwt with claims
58
- jwt, err := auth.NewJWTWithClaimsForClient(&tokens, "")
+ jwt, err := auth.NewJWTWithClaimsForClient(&tokens, getMinIOServer())
59
if err != nil {
60
log.Println(err)
61
0 commit comments