v0.7.1测试

This commit is contained in:
2026-04-15 10:16:22 +08:00
parent 637f3b665d
commit 3ba87367df
5 changed files with 22 additions and 7 deletions

View File

@@ -464,8 +464,9 @@ include __DIR__ . '/../includes/header.php';
}
const res = await apiPost('/api/auth/change-password', {
old_password: newPassword,
new_password: newPassword
old_password: '',
new_password: newPassword,
force: true
});
if (res && res.success) {