diff --git a/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md b/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md index 0b3b5cf..59f42e0 100644 --- a/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md +++ b/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md @@ -224,7 +224,7 @@ defmodule Example.Accounts.User do strategies do password :password do - identity_field(:unique_email) + identity_field(:email) end end