Skip to content

Commit

Permalink
Add page title for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 23, 2024
1 parent fb4434d commit e3fb327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/polar_web/live/user_settings_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ defmodule PolarWeb.UserSettingsLive do
|> assign(:password_form, to_form(password_changeset))
|> assign(:trigger_submit, false)
|> assign(:current_path, ~p"/users/settings")
|> assign(:page_title, "Settings")

{:ok, socket}
end
Expand Down

0 comments on commit e3fb327

Please sign in to comment.