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 0424cc2 commit 4c1e17cCopy full SHA for 4c1e17c
lib/algora/accounts/accounts.ex
@@ -645,7 +645,7 @@ defmodule Algora.Accounts do
645
Email.new()
646
|> Email.to(email)
647
|> Email.from({"Algora", "[email protected]"})
648
- |> Email.subject("#{code} - Algora Sign-in Verification")
+ |> Email.subject("#{code} - Algora Sign-up Verification")
649
|> Email.text_body("""
650
Hi there,
651
0 commit comments