1
0
Fork 0

Update Profile.vue

This commit is contained in:
Daniel Supernault 2019-03-03 22:21:00 -07:00
parent 6e1636c090
commit c318fc36b5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ export default {
fetchProfile() { fetchProfile() {
axios.get('/api/v1/accounts/' + this.profileId).then(res => { axios.get('/api/v1/accounts/' + this.profileId).then(res => {
this.profile = res.data; this.profile = res.data;
this.loading = false;
}); });
axios.get('/api/v1/accounts/verify_credentials').then(res => { axios.get('/api/v1/accounts/verify_credentials').then(res => {
this.user = res.data; this.user = res.data;