accessToken 변수명을 token으로 수정
This commit is contained in:
parent
c61d35a783
commit
9012a5a412
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ app.get("/token", async (req, res) => {
|
||||||
picture: userInfo.picture,
|
picture: userInfo.picture,
|
||||||
},
|
},
|
||||||
tokens: {
|
tokens: {
|
||||||
accessToken: access_token,
|
accessToken: token,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue