Browse Source

Remove redundant length constraint for comment field

pull/5513/head
Igor Kulikov 4 years ago
committed by GitHub
parent
commit
d511bd22a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      common/data/src/main/java/org/thingsboard/server/common/data/oauth2/OAuth2ClientRegistrationTemplate.java

1
common/data/src/main/java/org/thingsboard/server/common/data/oauth2/OAuth2ClientRegistrationTemplate.java

@ -62,7 +62,6 @@ public class OAuth2ClientRegistrationTemplate extends SearchTextBasedWithAdditio
@Length(fieldName = "clientAuthenticationMethod")
@ApiModelProperty(value = "Default client authentication method to use: 'BASIC' or 'POST'")
private String clientAuthenticationMethod;
@Length(fieldName = "comment")
@ApiModelProperty(value = "Comment for OAuth2 provider")
private String comment;
@Length(fieldName = "loginButtonIcon")

Loading…
Cancel
Save