View file File name : my-account-form-switcher.min.js Content :function astraUpdateShopView(){for(var e=document.querySelectorAll(".ast-woo-account-form-link"),o=0;o<e.length;o++)e[o].onclick=function(e){e.preventDefault(),"do-register"===this.dataset.type?(document.querySelector("#customer_login > .u-column1").style.display="none",document.querySelector("#customer_login > .u-column2").style.display="block"):(document.querySelector("#customer_login > .u-column1").style.display="block",document.querySelector("#customer_login > .u-column2").style.display="none")}}window.addEventListener("load",function(){astraUpdateShopView()});