tasitlabs / tasit-apps

Native mobile Ethereum dapps for mainstream users
https://tasit.io/
MIT License
36 stars 9 forks source link

Force account removal after app uninstallation #338

Open marcelomorgado opened 5 years ago

marcelomorgado commented 5 years ago

The next step is to remove users' account if it already exists and is the first use of the app (In other words: afterRemoval = account !== null && isFirstAppUse.

This code is ready but is commented (App.js)

Extracted from: https://github.com/tasitlabs/tasit/issues/295

pcowgill commented 5 years ago

@marcelomorgado I think we can uncomment this line of code