fix tests
This commit is contained in:
parent
b2011429c6
commit
fd2986ea85
10 changed files with 199 additions and 197 deletions
|
|
@ -83,6 +83,7 @@ export const useOAuthStore = defineStore('oauth', {
|
|||
},
|
||||
async getAppToken() {
|
||||
const instance = useInstanceStore().server
|
||||
console.log(this.clientId)
|
||||
const res = await getClientToken({
|
||||
clientId: this.clientId,
|
||||
clientSecret: this.clientSecret,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue