Closed xavier506 closed 3 years ago
Dep: #734
As a donor or sponsor I should be able to unsubscribe from my user profile so that I can opt-out of the app
ACTION lifebankcode::unsubscribe(name user, eosio::asset community_asset) { require_auth(user); check_consent(user);
Close account seems more understandable to me from the user perspective. Check it out: https://zpl.io/awo56GK
The users will need a warning dialog: https://zpl.io/2jnqYyr
Solved by https://github.com/eoscostarica/lifebank/pull/817
Dep: #734
As a donor or sponsor I should be able to unsubscribe from my user profile so that I can opt-out of the app