Browse Source
Remove redundant length constraint for comment field
pull/5513/head
Igor Kulikov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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") |
|
|
|
|