Skip to content

Commit

Permalink
fix: Fixes login button in profile settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Nov 16, 2023
1 parent 0ecd657 commit b0c56d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/authentication/actions.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function openTokenAuthUrl(tokenAuthServiceUrl: string): any {
dispatch(openDialog(LoginQuestionDialog, {
handler: () => {
// Give time for the dialog to close.
setTimeout(() => redirect, 500);
setTimeout(() => redirect(), 500);
}
}));
} else {
Expand Down

0 comments on commit b0c56d8

Please sign in to comment.