diff options
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/com/testing/TestCtrls.e2e.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/testing/TestCtrls.e2e.tsx b/src/view/com/testing/TestCtrls.e2e.tsx index 83c79ab7c..71c5f1da1 100644 --- a/src/view/com/testing/TestCtrls.e2e.tsx +++ b/src/view/com/testing/TestCtrls.e2e.tsx @@ -33,6 +33,7 @@ export function TestCtrls() { }, 'LoginForm', ) + setShowLoggedOut(false) } const onPressSignInBob = async () => { await login( @@ -43,6 +44,7 @@ export function TestCtrls() { }, 'LoginForm', ) + setShowLoggedOut(false) } return ( <View style={{position: 'absolute', top: 100, right: 0, zIndex: 100}}> |