fix(auth): change logout behavior, now sends success code when logout request processed
This commit is contained in:
parent
2ec59e2ffb
commit
d0f68cf1c6
|
|
@ -43,6 +43,8 @@ export class AuthController {
|
||||||
response.clearCookie('connect.sid', {
|
response.clearCookie('connect.sid', {
|
||||||
path: '/',
|
path: '/',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
response.sendStatus(200);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user