Skip to content
Snippets Groups Projects
Commit c6f6dd69 authored by ariary's avatar ariary
Browse files

lint comment


Signed-off-by: default avatarariary <ariary9.2@hotmail.fr>
parent 1497e702
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ func newServer(ctx context.Context, c Config, rotationStrategy rotationStrategy)
supportedRes[respType] = true
}
supportedGrant := []string{grantTypeAuthorizationCode, grantTypeRefreshToken, grantTypeDeviceCode} //default
supportedGrant := []string{grantTypeAuthorizationCode, grantTypeRefreshToken, grantTypeDeviceCode} // default
if c.PasswordConnector != "" {
supportedGrant = append(supportedGrant, grantTypePassword)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment