gateway: fix redirect after /logout for account
This commit is contained in:
parent
138b51d824
commit
87edaa6025
@ -126,7 +126,7 @@ export class AccountController implements BaseAuthController {
|
||||
async logout(@Req() req: FastifyRequest, @Res() reply: FastifyReply) {
|
||||
this.clearCookies(req, reply);
|
||||
|
||||
return reply.status(302).redirect('/login');
|
||||
return reply.status(302).redirect('/');
|
||||
}
|
||||
|
||||
@Get('/refresh-token')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user