Skip to content

Commit

Permalink
Add TODO note for switching email validator
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Apr 11, 2024
1 parent dac675c commit a4ac74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pow/ecto/schema/changeset.ex
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ defmodule Pow.Ecto.Schema.Changeset do
Config.get(config, :email_validator, &__MODULE__.validate_email/1)
end

# TODO: Switch to https://github.com/rbkmoney/email_validator or use a similar ABNF approach.
# See https://github.com/pow-auth/pow/issues/728
@doc """
Validates an e-mail.
Expand Down

0 comments on commit a4ac74f

Please sign in to comment.