Get the base email update working through the API.

Still going to need to determine the best course of action to update the token on the client side.
This commit is contained in:
Dane Everitt 2018-06-11 22:56:57 -07:00
parent 14927c3e7e
commit b8b9acd0e6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 87 additions and 1 deletions

View file

@ -64,7 +64,7 @@
})
.catch(error => {
if (!error.response) {
return console.error(error);
this.error(error.message);
}
const response = error.response;