This commit is contained in:
sairaj mote 2023-08-01 17:02:36 +05:30
parent 461811ea81
commit 3f187d85ff

View File

@ -2813,7 +2813,6 @@
floExchangeAPI.getAccount(proxy.userID, await proxy.secret).then(async acc => {
document.body.classList.add('is-signed-in');
getRef('market_asset_rates').parentNode.remove()
location.hash = `#/exchange`
getRef('user_popup_button').addEventListener('click', () => openPopup('user_popup'));
getRef('trade_button').addEventListener('click', () => openPopup('confirm_trade_popup'));
accountDetails = acc