Skip to content

Commit

Permalink
Revert "thisyahlen/hotfix: wrong restriction message for austria (bin…
Browse files Browse the repository at this point in the history
…ary-com#8006)" (binary-com#8013)

This reverts commit 56baec7.
  • Loading branch information
jim-deriv committed Mar 24, 2023
1 parent 56baec7 commit 892ea66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/Services/socket-general.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ const BinarySocketGeneral = (() => {
WS.subscribeBalanceActiveAccount(ResponseHandlers.balanceActiveAccount, client_store.loginid);
};

const authorizeAccount = async response => {
const authorizeAccount = response => {
client_store.responseAuthorize(response);
subscribeBalances();
client_store.setAccountSettings((await WS.storage.getSettings()).get_settings);
WS.storage.getSettings();
WS.getAccountStatus();
WS.storage.payoutCurrencies();
if (!client_store.is_virtual) {
Expand Down

0 comments on commit 892ea66

Please sign in to comment.