Add minimal user notification of issue.

feature/default_network_editable
Dan Finlay 7 years ago
parent 7382bd0847
commit f5d4acf53b
  1. 2
      app/scripts/controllers/preferences.js

@ -113,7 +113,7 @@ class PreferencesController {
delete identities[identity]
// TODO: Report the bug to Sentry including the now-lost identity.
// TODO: Inform the user of the lost identity.
alert('Error 4486: MetaMask has encountered a very strange error. Please open a support issue immediately at support@metamask.io.')
}
})

Loading…
Cancel
Save