Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(v2): reset twilio settings form with empty string on deletion of credentials #4958

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

justynoh
Copy link
Contributor

@justynoh justynoh commented Sep 27, 2022

Problem

Deleting Twilio credentials does not currently clear the fields, but leaves the string '******' in the fields.

Closes #4933

Solution

This was caused by resetting the field on deletion to its default value, which was '****'. Instead, reset to '' on deletion.

Breaking Changes

  • No - this PR is backwards compatible

Screenshots

Screen.Recording.2022-09-27.at.3.46.03.PM.mov

@justynoh justynoh marked this pull request as ready for review September 27, 2022 10:01
@justynoh justynoh requested review from karrui and wanlingt September 27, 2022 10:01
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@justynoh justynoh merged commit 0e9f2bc into form-v2/develop Sep 28, 2022
@justynoh justynoh deleted the form-v2/fix/delete-twilio-settings branch September 28, 2022 02:26
@justynoh justynoh mentioned this pull request Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants