Skip to content
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

added deletion with confirmation function in feature1 branch and removed changes from main branch #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Rohit-Kumar-Jha-IIT-Roorkee

Closes #22

type of change: New feature

Description of Change:
This update adds a new feature that asks users to confirm before deleting a password. Now, when a user tries to delete a password, they’ll be asked if they’re sure they want to delete it, preventing accidental deletions.

Implementation Details

Added a prompt that asks the user to confirm if they want to delete a password.
If the user confirms, the password will be deleted; if not, the deletion will be canceled.
Updated the remove_password() function to include this confirmation step, so that no password gets deleted accidentally.

demo:
Screenshot 2024-12-16 235811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add confirmation before deleting a password
1 participant