Skip to content

Commit

Permalink
Activate Lux menu bar method post related to pulibrary/lux-design-sys…
Browse files Browse the repository at this point in the history
…tem#231 (#791)

Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
christinach and sandbergja authored Jun 18, 2024
1 parent 66f3246 commit 2a14dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def header_user_menu_item
{
name: 'Log In',
component: 'Log In',
href: new_user_session_path
href: new_user_session_path,
method: 'post'
}
end
end
Expand Down

0 comments on commit 2a14dde

Please sign in to comment.