Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Add path to redirect
Dieser Commit ist enthalten in:
Ursprung
a3ccbe6a4e
Commit
aab2662f9c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -1,4 +1,4 @@
|
|||
(function () {
|
||||
document.cookie = `destination_url=${window.location.href}`
|
||||
document.cookie = `destination_url=${window.location.href};path=/`;
|
||||
window.location.href = '/login'
|
||||
})()
|
||||
|
|
Laden …
In neuem Issue referenzieren