Copy auth field objects when serializing values
This fixes a bug where the password field would be reset to an empty value when serializing the mutation values. Making a copy of the auth field values ensures that we are not inadvertently mutating the form object. Changelog: fixed EE: true
Showing
Please register or sign in to comment