accessToken 수신 로직에서 access_token 변수로 수정

This commit is contained in:
암냥 2025-07-05 14:00:06 +09:00
commit c61d35a783

View file

@ -46,8 +46,7 @@ app.get("/token", async (req, res) => {
picture: userInfo.picture, picture: userInfo.picture,
}, },
tokens: { tokens: {
accessToken: tokenData.access_token, accessToken: access_token,
scope: tokenData.scope,
}, },
}); });
} catch (err) { } catch (err) {