Merge branch 'main' into multi-tenant

This commit is contained in:
TsMask
2025-01-10 19:39:58 +08:00
6 changed files with 89 additions and 101 deletions

View File

@@ -510,7 +510,7 @@ function fnModalCancel() {
*/
function fnModalOkResetPwd() {
modalStateFrom
.validate(['userName', 'password'])
.validate(['password'])
.then(() => {
modalState.confirmLoading = true;
const key = 'user';