Skip to content

Commit

Permalink
fix logout on mobile
Browse files Browse the repository at this point in the history
Changelog: fixed
  • Loading branch information
antonbuks committed Apr 5, 2024
1 parent 29da66a commit ce11761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/channels/src/components/main_menu/main_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class MainMenu extends React.PureComponent<Props> {
};

handleEmitUserLoggedOutEvent = (): void => {
GlobalActions.emitUserLoggedOutEvent();
GlobalActions.emitUserLoggedOutEvent('ikLogout');
};

handleEmitUserGoToDashboard = (e: Event): void => {
Expand Down

0 comments on commit ce11761

Please sign in to comment.