fix: Redact private key from logs and inspect
This commit is contained in:
parent
75421b7446
commit
42027c046c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue