login/logout troubles
This commit is contained in:
parent
08541b672b
commit
55324aea13
4 changed files with 106 additions and 32 deletions
|
|
@ -792,7 +792,7 @@ const statuses = {
|
|||
fetchRebloggedByUsers({
|
||||
id,
|
||||
credentials: useOAuthStore().token,
|
||||
}).then(({ data }) => data),,
|
||||
}).then(({ data }) => data),
|
||||
]).then(([favoritedByUsers, rebloggedByUsers]) => {
|
||||
commit('addFavs', {
|
||||
id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue