Adds a TextButton on the ProfilePage to reset the wallet, which:
deletes the key;
deletes the recovery key;
deletes the credential database;
deletes the profile information (name, phone, email, location).
The buttons pops up a confirmation dialog to avoid bad user experiences.
This can and should be improved to a more robust confirmation flow, any suggestions are welcome.
Adds a TextButton on the ProfilePage to reset the wallet, which:
The buttons pops up a confirmation dialog to avoid bad user experiences. This can and should be improved to a more robust confirmation flow, any suggestions are welcome.
Depends on #34.