Skip to content

Commit 8cafc42

Browse files
fix error on bad comment line
1 parent 61b17c1 commit 8cafc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fileonchain_web/live/user_registration_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defmodule FileonchainWeb.UserRegistrationLive do
6363
case Accounts.register_user(user_params) do
6464
{:ok, user} ->
6565
Logger.info("User registered successfully: #{user.email}")
66-
{:ok, _} =
66+
# {:ok, _} =
6767
# Accounts.deliver_user_confirmation_instructions(
6868
# user,
6969
# &url(~p"/users/confirm/#{&1}")

0 commit comments

Comments
 (0)