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 3f357d3 commit ab83867Copy full SHA for ab83867
lib/fileonchain_web/live/user_registration_live.ex
@@ -64,10 +64,10 @@ defmodule FileonchainWeb.UserRegistrationLive do
64
{:ok, user} ->
65
Logger.info("User registered successfully: #{user.email}")
66
{:ok, _} =
67
- Accounts.deliver_user_confirmation_instructions(
68
- user,
69
- &url(~p"/users/confirm/#{&1}")
70
- )
+ # Accounts.deliver_user_confirmation_instructions(
+ # user,
+ # &url(~p"/users/confirm/#{&1}")
+ # )
71
72
# Send Slack notification
73
case Slack.send_message("New user registered: #{user.email}") do
0 commit comments