-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(profile): add PIN confirmation for account deletion and enhance settings UI #850
Conversation
Download the app installers for this pull request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing asking pin on the pin page as phil mentioned here
#848
video
Gravacao.do.ecra.2024-11-13.as.16.35.20.mov
browser - chrome
Added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so if you sign up > pin page > dont add a pin > delete account > will ask you a pin but there is no pin defined yet but if you add any pin deletes the account regardless
im fine with improving this later
one suggestion would be, maybe if no pin is defined yet while user is still on sign up, dont ask pin
Gravacao.do.ecra.2024-11-13.as.16.43.38.mov
just let me know if you wanna address that here or on another PR @lgmarchi to know if we should add another ticket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just let me know if you wanna address that here or on another PR @lgmarchi to know if we should add another ticket
I did changes you requested following your suggestion. |
What this PR does 📖
1. Change delete account button to red (Showing that is a dangerous action)
Image
2. Add modal when user click on delete account button on profile page
If user type wrong pin, it will show a error toast message:
Video showing behavior
Screen.Recording.2024-11-13.at.10.17.06.mov
If user type correct pin, it will delete account permanently:
Video showing behavior
Screen.Recording.2024-11-13.at.10.18.00.mov
Which issue(s) this PR fixes 🔨
Special notes for reviewers 🗒️
Additional comments 🎤