This commit is contained in:
jack ning
2025-08-03 17:15:29 +08:00
parent 1d1ff2a1e0
commit e8b2c7a680
4 changed files with 15 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-01-30 09:14:39
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-08-03 17:11:55
* @LastEditTime: 2025-08-03 17:12:57
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -238,10 +238,6 @@ public class BytedeskProperties {
private List<String> mobileWhitelist = new ArrayList<>();
private List<String> emailWhitelist = new ArrayList<>();
private String validateCode;
//
private Boolean allowRegister;
private Boolean forceValidateMobile;
private Boolean forceValidateEmail;
}
@Getter