fix(scanner): corrected teh endpoint to delete the user if needed

This commit is contained in:
2026-06-04 07:17:18 -05:00
parent 865f280cfa
commit 6dd1a5b332

View File

@@ -180,7 +180,7 @@ const ScanUserTable = () => {
try { try {
const res = await api.delete( const res = await api.delete(
`/lst/api/mobile/auth/user/${i.row.original.id}`, `/mobile/auth/user/${i.row.original.id}`,
{ {
withCredentials: true, withCredentials: true,