mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复注册密码提示问题
This commit is contained in:
@@ -42,7 +42,7 @@ const loginService = {
|
||||
throw new BizError('邮箱长度超出限制');
|
||||
}
|
||||
|
||||
if (password.length > 6) {
|
||||
if (password.length <= 6) {
|
||||
throw new BizError('密码必须大于6位');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user