v0.7.1测试
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user