You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: