All data user enters into the App is saved locally, in your browser's `LocalStorage`. It is not synced to any API. Allow defining `passcode` per User. Use `User.passcode` to encrypt User data in `LocalStorage`.
All data user enters into the App is saved locally, in your browser's
LocalStorage.It is not synced to any API.
Allow defining
passcodeper User.Use
User.passcodeto encrypt User data inLocalStorage.