fix token placement
This commit is contained in:
parent
5377c69b40
commit
b98d9074bb
1 changed files with 1 additions and 1 deletions
|
|
@ -2454,7 +2454,7 @@ export default {
|
|||
async oauthRedirectReq() {
|
||||
let tokenInfo = await oauthRedirect();
|
||||
if(tokenInfo.hasOwnProperty('access_token')) {
|
||||
this.accessToken = tokenInfo.access_token;
|
||||
this.bearerToken = tokenInfo.access_token;
|
||||
}
|
||||
},
|
||||
saveToken(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue