mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
update
This commit is contained in:
@@ -219,6 +219,7 @@ public class BytedeskProperties {
|
||||
private String privacyPolicyUrl;
|
||||
private String termsOfServiceUrl;
|
||||
private Boolean loginUsernameEnable = true;
|
||||
private Boolean login2faEnable = false;
|
||||
private Integer loginMaxRetryCount = 3;
|
||||
private Integer loginMaxRetryLockTime = 10;
|
||||
private Boolean loginMobileEnable = true;
|
||||
|
||||
@@ -46,6 +46,7 @@ public class BytedeskPropertiesResponse implements Serializable {
|
||||
private String privacyPolicyUrl;
|
||||
private String termsOfServiceUrl;
|
||||
private Boolean loginUsernameEnable = true;
|
||||
private Boolean login2faEnable = false;
|
||||
private Integer loginMaxRetryCount = 3;
|
||||
private Integer loginMaxRetryLockTime = 10;
|
||||
private Boolean loginMobileEnable = true;
|
||||
|
||||
Reference in New Issue
Block a user