docbrown/config/initializers/hypershield.rb

18 lines
286 B
Ruby

Hypershield.schemas = {
hypershield: {
hide: %w[
auth_data_dump
email
encrypted
encrypted_password
message
message_html
message_markdown
password
previous_refresh_token
refresh_token
secret
token
]
}
}