mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
Supports masking/unmasking sensitive data such as API Tokens in the super admin dashboard. ref: #6322 Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com> Co-authored-by: phunguyenmurcul <51897872+phunguyenmurcul@users.noreply.github.com>
5 lines
87 B
Ruby
5 lines
87 B
Ruby
require 'administrate/field/base'
|
|
|
|
class SecretField < Administrate::Field::String
|
|
end
|