Skip to content

Commit

Permalink
Merge branch 'rm/323532' into 'master'
Browse files Browse the repository at this point in the history
fix logout on mobile

See merge request kchat/webapp!705
  • Loading branch information
antonbuks committed Apr 5, 2024
2 parents 29da66a + ce11761 commit 9960ad4
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 9960ad4

Please sign in to comment.