mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update Profile.vue
This commit is contained in:
parent
6e1636c090
commit
c318fc36b5
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue