2022-06-22 12:19:50 +02:00
|
|
|
// discourse-skip-module
|
|
|
|
|
2019-10-11 13:40:11 +02:00
|
|
|
(function () {
|
2021-04-12 08:35:15 +02:00
|
|
|
document.cookie = "destination_url=" + window.location.href + ";path=/";
|
|
|
|
window.location.href = "/login";
|
2021-04-12 08:26:22 +02:00
|
|
|
})();
|