fix revoking tokens
This commit is contained in:
parent
d449701b84
commit
bf86f03a0a
2 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export const useOAuthTokensStore = defineStore('oauthTokens', {
|
|||
fetchTokens() {
|
||||
fetchOAuthTokens({
|
||||
credentials: useOAuthStore().token,
|
||||
}).then((tokens) => {
|
||||
}).then(({ data: tokens }) => {
|
||||
this.swapTokens(tokens)
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue