Update Profile.vue

pull/948/head
Daniel Supernault 6 years ago
parent 6e1636c090
commit c318fc36b5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save