The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
Changes:
The repeat check for New Password is performed only when New Password is entered.
This would make the current password less mandatory and allow the email change logic to work.
I have verified that this pull request:
[x] has no linting errors (npm run lint)
[x] has no test errors (npm run test)
[x] is from a uniquely-named feature branch and is up to date with the develop branch.
[x] is descriptively named and links to an issue number, i.e. Fixes #123
Fixes #3193
Changes: The repeat check for New Password is performed only when New Password is entered. This would make the current password less mandatory and allow the email change logic to work.
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123