Method: GoogleSsoConfiguration#secure_fields
- Defined in:
- lib/app/models/concerns/google_sso_configuration.rb
#secure_fields ⇒ Object
Make sure the password doesn’t get blanked out on an update
22 23 24 |
# File 'lib/app/models/concerns/google_sso_configuration.rb', line 22 def secure_fields super + %i[google_client_secret] end |