diff --git a/lib/recycledcloud/accounts/user_notifier.ex b/lib/recycledcloud/accounts/user_notifier.ex index e058dfa..83caf5f 100644 --- a/lib/recycledcloud/accounts/user_notifier.ex +++ b/lib/recycledcloud/accounts/user_notifier.ex @@ -20,7 +20,7 @@ defmodule RecycledCloud.Accounts.UserNotifier do ============================== - Hi #{user.email}, + Hi #{user.username}, You can confirm your account by visiting the URL below: @@ -40,7 +40,7 @@ defmodule RecycledCloud.Accounts.UserNotifier do ============================== - Hi #{user.email}, + Hi #{user.username}, You can reset your password by visiting the URL below: @@ -60,7 +60,7 @@ defmodule RecycledCloud.Accounts.UserNotifier do ============================== - Hi #{user.email}, + Hi #{user.username}, You can change your email by visiting the URL below: