0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Add path to redirect

Dieser Commit ist enthalten in:
Angus McLeod 2019-10-17 11:16:41 +11:00
Ursprung a3ccbe6a4e
Commit aab2662f9c

Datei anzeigen

@ -1,4 +1,4 @@
(function () {
document.cookie = `destination_url=${window.location.href}`
document.cookie = `destination_url=${window.location.href};path=/`;
window.location.href = '/login'
})()