1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Add minimal user notification of issue.

This commit is contained in:
Dan Finlay 2018-06-04 14:01:05 -07:00
parent 7382bd0847
commit f5d4acf53b

View File

@ -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.')
}
})