We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b17c1 commit 8cafc42Copy full SHA for 8cafc42
lib/fileonchain_web/live/user_registration_live.ex
@@ -63,7 +63,7 @@ defmodule FileonchainWeb.UserRegistrationLive do
63
case Accounts.register_user(user_params) do
64
{:ok, user} ->
65
Logger.info("User registered successfully: #{user.email}")
66
- {:ok, _} =
+ # {:ok, _} =
67
# Accounts.deliver_user_confirmation_instructions(
68
# user,
69
# &url(~p"/users/confirm/#{&1}")
0 commit comments