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

Replace window.confirm() with styled modal to confirm credentials overwrite #2

Open
calebtuttle opened this issue Jan 9, 2023 · 0 comments
Labels
enhancement New feature or request low priority address other issues first

Comments

@calebtuttle
Copy link
Contributor

Low priority.

In store-credentials, use a modal instead of the default window.confirm() to ask user whether they would like to overwrite the credentials they already have from the given issuer.

Modal should include:

  • A question / warning message (e.g., "Are you sure you want to overwrite credentials from ? This action cannot be undone.")
  • The current credentials from the issuer (the ones that would be overwritten)
  • The new credentials from the issuer
@calebtuttle calebtuttle added enhancement New feature or request low priority address other issues first labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority address other issues first
Projects
None yet
Development

No branches or pull requests

1 participant