Improvements to persisted state migration (#2098)

* Fix session email/emailConfirmed types, update usage for safer access

* Handle fallback better, better errors

* Better handling, add test

* Add test for default data

* Remove fallback, not needed, update logs
This commit is contained in:
Eric Bailey 2023-12-05 19:59:34 -06:00 committed by GitHub
parent a915a57b10
commit 3c8036587e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 48 additions and 30 deletions

View file

@ -299,7 +299,7 @@ export function SettingsScreen({}: Props) {
</>
)}
<Text type="lg" style={pal.text}>
{currentAccount.email}{' '}
{currentAccount.email || '(no email)'}{' '}
</Text>
<Link onPress={() => openModal({name: 'change-email'})}>
<Text type="lg" style={pal.link}>