mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: set clear-site-data on logout
This commit is contained in:
parent
5a58c2ea3f
commit
0121a0e207
@ -15,6 +15,7 @@ class HealthCheckController extends Controller {
|
||||
if (req.logout) {
|
||||
req.logout();
|
||||
}
|
||||
res.set('Clear-Site-Data', '*');
|
||||
res.redirect(`${this.config.baseUriPath}/`);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user