redir 2.0

This commit is contained in:
amy 2024-12-03 18:52:33 +03:30
parent 9eef403050
commit 0756a5dfea
Signed by: amy
SSH key fingerprint: SHA256:Y6VEv6ZOxI6zqjjOF4luhfaCoY+zDK0w62P+qhQYie4

View file

@ -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")
});