MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Add Logout Feature #52

Closed wildwilliam2 closed 1 year ago

wildwilliam2 commented 1 year ago

give the user the ability to remove their keys from the wallet.

This can be achieved by simply clearing all the data from the snap_state, which will include the mnemonic and password.

wildwilliam2 commented 1 year ago

Added Logout feature that disables all the functions not named login or setup account. Added Delete Account feature that removes all data.

Login and setupAccount now locked after login is successful.