fix: Prevent display_name reset when updating password (#10374)

Fixes #10372

---------
Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Alex808r
2025-06-11 19:05:30 -04:00
committed by GitHub
co-authored by Pranav
parent c8f5633d9d
commit 0d05a07aa7
5 changed files with 37 additions and 14 deletions
@@ -51,6 +51,7 @@ const endPoints = {
resendConfirmation: {
url: '/api/v1/profile/resend_confirmation',
},
resetAccessToken: {
url: '/api/v1/profile/reset_access_token',
},