Files
Gainsight/Custom_Templates/customer_templates/Front Academy/server_error.html.liquid
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>