diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-08-23 14:43:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 14:43:21 -0700 |
commit | def9dda29c7fb08edc4cbf5d659221b976413a05 (patch) | |
tree | 0fed30e222a9537a1e5ae483867bec8b271b6f61 /src/view/com/testing | |
parent | fc5cc189b5de42ac1ee44ab0cf3ad78c2a747137 (diff) | |
download | voidsky-def9dda29c7fb08edc4cbf5d659221b976413a05.tar.zst |
Release 1.90 prep (#4988)
* Stop creating a mod-authority in e2e due to upstream conflict * Dont require 3 interests when none come back * Fix e2e login * intl extract
Diffstat (limited to 'src/view/com/testing')
-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}}> |