redir 2.0
This commit is contained in:
parent
9eef403050
commit
0756a5dfea
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ fastify.get('/login/callback', async function (request, reply) {
|
|||
path: '/',
|
||||
maxAge: 31_622_400,
|
||||
});
|
||||
reply.send({access_token: refreshToken.access_token});
|
||||
// reply.send({access_token: refreshToken.access_token});
|
||||
return reply.redirect("https://tappo.mono.exhq.dev")
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue