Marcus Speight
Results
3
comments of
Marcus Speight
The error contains 2 extra items, `response` & `data`. I would handle the server error like this ```js try { const response = await registerApi.post({ email: this.email, password: this.password, passwordConfirmed:...
`error.data` might contain the data you are after.
I managed it by putting the stage in `` tags e.g. ```html ```