Files
Gainsight/Custom_Templates/customer_templates/Front Academy/server_error.html.liquid

5 lines
104 B
Plaintext
Raw Normal View History

2023-11-02 17:56:40 -04:00
<script>
var path = "{% route login %}"
console.log(path)
window.location.replace(path);
</script>