<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(()=&gt;{window.initializeForgotPassword=n=&gt;{const t=document.querySelector("#selected_channel_type"),i=document.querySelector("#forgot_password_form_container"),r=document.querySelector("#forgot_password_modal");if(t){if(t.onchange=()=&gt;{$.ajax({type:"GET",data:{channelType:t.value,platform:n.platform},url:"/Account/GetForgotPasswordTypeForm",contentType:"application/json; charset=utf-8",dataType:"html",success:n=&gt;{i&amp;&amp;(i.innerHTML=n),document.querySelector("#forgot_password_form")&amp;&amp;($(document.querySelector("#forgot_password_form")).removeData("validator").removeData("unobtrusiveValidation"),$.validator.unobtrusive.parse("#forgot_password_form"))}})},r)$("#forgot_password_modal").on("show.bs.modal",function(){t.onchange()});else t.onchange();const u=document.querySelector("#forgot_password_alert");u&amp;&amp;(u.parentElement.hidden=!0);window.onForgotPasswordAjaxRequestBegin=()=&gt;{u&amp;&amp;(u.parentElement.hidden=!0,u.innerText="");const n=document.querySelectorAll(".btn-primary");$(n).prop("disabled",!0)};window.onForgotPasswordAjaxRequestSuccess=n=&gt;{if(n.status!==!0){u.innerHTML=n.message;u.parentElement.hidden=!1;return}n.message&amp;&amp;registerPopup({contentTitle:n.statusText,content:n.message});$(r).modal("hide");n.redirectUrl&amp;&amp;(window.location.href=n.redirectUrl)}}else{const t=document.querySelector("#forgot_password_link");t?(t.href="#",delete t.dataset.target,delete t.dataset.toggle,t.onclick=()=&gt;{registerPopup({content:n.translations.contactSupportToReset,onClose:()=&gt;{window.location.href="/contact-us"}})}):i&amp;&amp;!r&amp;&amp;registerPopup({content:n.translations.contactSupportToReset,onClose:()=&gt;{window.location.href="/contact-us"}})}}});</pre></body></html>