4 Zeilen
55 B
JavaScript
4 Zeilen
55 B
JavaScript
|
(function() {
|
||
|
window.location.href = "/login";
|
||
|
})();
|