Skip to content

Commit

Permalink
fix: logout after signup
Browse files Browse the repository at this point in the history
  • Loading branch information
yauheni-deriv committed Sep 23, 2024
1 parent f65d873 commit ad24108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Stores/client-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ export default class ClientStore extends BaseStore {

async onSetCitizen(citizen) {
if (!citizen) return;
WS.setSettings({
WS.authorized.setSettings({
set_settings: 1,
citizen,
});
Expand Down

0 comments on commit ad24108

Please sign in to comment.