Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
4 Zeilen
129 B
JavaScript
4 Zeilen
129 B
JavaScript
(function () {
|
|
document.cookie = 'destination_url=' + window.location.href + ';path=/';
|
|
window.location.href = '/login'
|
|
})()
|