Skip to content

Commit

Permalink
Fix registration in ce (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jun 3, 2024
1 parent 8588776 commit 7cd9bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/live/register_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ defmodule PlausibleWeb.Live.RegisterForm do

{:noreply, push_event(socket, "send-metrics", metrics_params)}
else
{:noreply, socket}
{:noreply, assign(socket, trigger_submit: true)}
end

{:error, changeset} ->
Expand Down

0 comments on commit 7cd9bea

Please sign in to comment.