We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2b549 commit 3fc65d5Copy full SHA for 3fc65d5
app/deserializers/forest_liana/resource_deserializer.rb
@@ -144,7 +144,7 @@ def extract_devise
144
145
if @params['data']['attributes']['password'] == '**********'
146
@params['data']['attributes'].delete('password')
147
- else
+ elsif @params['data']['attributes']['password'].present?
148
@attributes['password'] = @params['data']['attributes']['password']
149
end
150
0 commit comments