The issue is we were using phone in "KEYS_NOT_ALLOWED" but while taking user phone inputs we took phoneNumber as field, which exposed phone number publicly. So, in this PR we are fixing the issue motioned above.
Documentation Updated?
[x] Yes
[ ] No
Under Feature Flag
[x] Yes
[ ] No
Database Changes
[ ] Yes
[x] No
Breaking Changes
[ ] Yes
[x] No
Development Tested?
[x] Yes
[ ] No
Screenshots
Test Coverage
Additional Notes
This is just an fix in which we changed name of a field in test cases as well.
Date: 24 oct, 2024
Developer Name: @tejaskh3
Issue Ticket Number
closes https://github.com/Real-Dev-Squad/website-backend/issues/2228
Description
The issue is we were using phone in "KEYS_NOT_ALLOWED" but while taking user phone inputs we took phoneNumber as field, which exposed phone number publicly. So, in this PR we are fixing the issue motioned above.
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Test Coverage
Additional Notes
This is just an fix in which we changed name of a field in test cases as well.