diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 17:20:22 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 17:20:22 +0200 |
| commit | 5f26394947d1150e2656bb22c5858ae5edcdcac7 (patch) | |
| tree | 2aca70e25cfc9809cde0efdfad52854cdc7381e8 /config/initializers | |
| parent | dcb576618b868b888a5b1b31e35491f300ce4050 (diff) | |
Polish the OTP flows: autocomplete tokens, button dialect, QR sizing, my-account link
Diffstat (limited to 'config/initializers')
| -rw-r--r-- | config/initializers/filter_parameter_logging.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb index c0b717f7..bf72b0f3 100644 --- a/config/initializers/filter_parameter_logging.rb +++ b/config/initializers/filter_parameter_logging.rb | |||
| @@ -4,5 +4,5 @@ | |||
| 4 | # Use this to limit dissemination of sensitive information. | 4 | # Use this to limit dissemination of sensitive information. |
| 5 | # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors. | 5 | # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors. |
| 6 | Rails.application.config.filter_parameters += [ | 6 | Rails.application.config.filter_parameters += [ |
| 7 | :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc | 7 | :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc, :code, :current_password |
| 8 | ] | 8 | ] |
