about summary refs log tree commit diff
path: root/src/view/com/modals/Waitlist.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-10-26 10:40:35 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-10-26 10:40:35 -0700
commita1a61ef2e5d9d36877c7078580572ae70e468a4a (patch)
tree90878708e958bf268d86b2fa653017b141637e67 /src/view/com/modals/Waitlist.tsx
parent01e25c912cb156aa4a2c34ddef8206d045ee2b89 (diff)
parent927cee18d9c4425398e90811d4ed24098bf67396 (diff)
downloadvoidsky-a1a61ef2e5d9d36877c7078580572ae70e468a4a.tar.zst
Merge branch 'main' of github.com:bluesky-social/social-app into main
Diffstat (limited to 'src/view/com/modals/Waitlist.tsx')
-rw-r--r--src/view/com/modals/Waitlist.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/modals/Waitlist.tsx b/src/view/com/modals/Waitlist.tsx
index 1104c0a39..0fb371fe4 100644
--- a/src/view/com/modals/Waitlist.tsx
+++ b/src/view/com/modals/Waitlist.tsx
@@ -77,6 +77,8 @@ export function Component({}: {}) {
           keyboardAppearance={theme.colorScheme}
           value={email}
           onChangeText={setEmail}
+          onSubmitEditing={onPressSignup}
+          enterKeyHint="done"
           accessible={true}
           accessibilityLabel="Email"
           accessibilityHint="Input your email to get on the Bluesky waitlist"