',
events: {
onAfterPopupShow: function()
{
BX.ajax.post(
'/local/templates/ms_shop_v3_adapt_theme3/components/bitrix/system.auth.form/ms_auth_v3_fp/ajax.php',
{
backurl: '/catalog/',
forgotPassUrl: '/auth?forgot_password=yes'
},
BX.delegate(function(result)
{
this.setContent(result);
},
this)
);
}
}
});
authPopup.show();
}