Skip to content

Commit

Permalink
fix login form via user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Jan 14, 2025
1 parent 652b020 commit decf8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/web-common/src/App/UserMenu/UserMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class UserMenu extends React.Component {
{
icon: 'sign-in',
text: 'Login',
onClick: () => actions.showLoginForm(window.location),
onClick: () => actions.showLoginForm(window.location.href),
},
{
icon: 'user-plus',
Expand Down

0 comments on commit decf8e8

Please sign in to comment.