only save refresh token in google auth
This commit is contained in:
parent
33717ceb30
commit
0fbb841855
|
@ -59,7 +59,7 @@ async function postAuth(passport, ctx, next) {
|
|||
callbackUrl,
|
||||
(accessToken, refreshToken, profile, done) => {
|
||||
clearCookie(ctx, Cookies.DatasourceAuth)
|
||||
done(null, { accessToken, refreshToken })
|
||||
done(null, { refreshToken })
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue