Skip to content

Commit

Permalink
fix(manejoDeError): En signup (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-T-Smyth authored Oct 5, 2023
1 parent e3476b0 commit ae08d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/services/ApiCommunicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export class ApiCommunicator {
method: 'POST',
data,
asJSON: false,
handleNotOk: false,
});
}

Expand Down

0 comments on commit ae08d35

Please sign in to comment.