mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
don't send refresh token
This commit is contained in:
parent
4620ff38c1
commit
f424340eb8
1 changed files with 0 additions and 1 deletions
|
|
@ -28,6 +28,5 @@ export default function bridgeTokens(req: Request, res: Response): void {
|
|||
|
||||
res.json({
|
||||
accessToken: session.accessToken,
|
||||
refreshToken: session.refreshToken ?? null,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue