diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 35c7f455..6ec263c5 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -152,6 +152,19 @@ export const SettingsScreen = withAuthRequired( style={[s.hContentRegion]} contentContainerStyle={!isDesktopWeb && pal.viewLight} scrollIndicatorInsets={{right: 1}}> + + + Account + + + + Email:{' '} + + {store.session.currentSession.email} + + + + Signed in as @@ -451,6 +464,10 @@ const styles = StyleSheet.create({ paddingHorizontal: 18, paddingBottom: 6, }, + infoLine: { + paddingHorizontal: 18, + paddingBottom: 6, + }, profile: { flexDirection: 'row', marginVertical: 6,