Skip to content

Commit

Permalink
thisyahlen/hotfix: wrong restriction message for austria (#8006)
Browse files Browse the repository at this point in the history
* hotfix: wrong restriction message for austria

* fix: Empty-Commit
  • Loading branch information
thisyahlen-deriv authored Mar 23, 2023
1 parent 63e8bb5 commit 56baec7
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 = response => {
const authorizeAccount = async response => {
client_store.responseAuthorize(response);
subscribeBalances();
WS.storage.getSettings();
client_store.setAccountSettings((await WS.storage.getSettings()).get_settings);
WS.getAccountStatus();
WS.storage.payoutCurrencies();
if (!client_store.is_virtual) {
Expand Down

1 comment on commit 56baec7

@vercel
Copy link

@vercel vercel bot commented on 56baec7 Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.