-แก้ไขระบบ trow api และ ยิง

This commit is contained in:
x2Skyz
2025-11-16 21:45:57 +07:00
parent 60662d88d4
commit ccab40852c
9 changed files with 786 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ export class LoginContentComponent implements OnInit {
if (this.loginPageComponent) {
this.loginPageComponent.message = errorMessage;
}
this.generalService.trowApi(error.error || { message_th: 'เกิดข้อผิดพลาดไม่ทราบสาเหตุ' });
this.generalService.trowApi(error);
}
});
}