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

View file

@ -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;