Files
2023-11-02 17:56:40 -04:00

5 lines
104 B
Plaintext

<script>
var path = "{% route login %}"
console.log(path)
window.location.replace(path);
</script>