diff --git a/lib/postland/accounts/user.ex b/lib/postland/accounts/user.ex index 96bf26f..971aea6 100644 --- a/lib/postland/accounts/user.ex +++ b/lib/postland/accounts/user.ex @@ -11,7 +11,7 @@ defmodule Postland.Accounts.User do field :hashed_password, :string, redact: true field :current_password, :string, virtual: true, redact: true field :confirmed_at, :utc_datetime - field :private_key, :string + field :private_key, :string, redact: true field :public_key, :string timestamps(type: :utc_datetime)