Skip to content

Commit ab83867

Browse files
comment email confirmation
1 parent 3f357d3 commit ab83867

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/fileonchain_web/live/user_registration_live.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ defmodule FileonchainWeb.UserRegistrationLive do
6464
{:ok, user} ->
6565
Logger.info("User registered successfully: #{user.email}")
6666
{:ok, _} =
67-
Accounts.deliver_user_confirmation_instructions(
68-
user,
69-
&url(~p"/users/confirm/#{&1}")
70-
)
67+
# Accounts.deliver_user_confirmation_instructions(
68+
# user,
69+
# &url(~p"/users/confirm/#{&1}")
70+
# )
7171

7272
# Send Slack notification
7373
case Slack.send_message("New user registered: #{user.email}") do

0 commit comments

Comments
 (0)