Skip to content

Commit

Permalink
fix error on bad comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Sep 1, 2024
1 parent 61b17c1 commit 8cafc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fileonchain_web/live/user_registration_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule FileonchainWeb.UserRegistrationLive do
case Accounts.register_user(user_params) do
{:ok, user} ->
Logger.info("User registered successfully: #{user.email}")
{:ok, _} =
# {:ok, _} =
# Accounts.deliver_user_confirmation_instructions(
# user,
# &url(~p"/users/confirm/#{&1}")
Expand Down

0 comments on commit 8cafc42

Please sign in to comment.