Success Screen after Change Password not seen #523
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
Describe the bug / expected behavior
once user change password from app, ideally user should be shown with "password changed successfully" screen and then after clicking okay user should be navigated to login screen.(this was working earlier)
but currently once user change password, he is directly navigated to login screen.
so we have implement changepassword screen as below,
onItemClick={securityHelper.showChangePassword}
.so as i understand, changePasswordScreen is called directly and now
cancel
&update
button's functionality is onchangePasswordScreen
because we dont have access to this screen.What are the steps to reproduce?
Screenshots / Screen recording
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2024-09-06.at.15.18.56.mp4
Code snippet / Link to minimum reproduction example
changePassword Screen called code
AuthUIActions.ts -
changePassword function
The text was updated successfully, but these errors were encountered: