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