From ae08d356334177e019233016408964c83dcb6f74 Mon Sep 17 00:00:00 2001 From: Mr-T-Smyth <94972634+Mr-T-Smyth@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:42:11 -0300 Subject: [PATCH] fix(manejoDeError): En signup (#115) --- client/src/services/ApiCommunicator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/services/ApiCommunicator.ts b/client/src/services/ApiCommunicator.ts index e66bfe72..0637b55e 100644 --- a/client/src/services/ApiCommunicator.ts +++ b/client/src/services/ApiCommunicator.ts @@ -165,6 +165,7 @@ export class ApiCommunicator { method: 'POST', data, asJSON: false, + handleNotOk: false, }); }