diff options
Diffstat (limited to 'src/screens/Signup/StepHandle.tsx')
-rw-r--r-- | src/screens/Signup/StepHandle.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index 44a33b833..2266f4387 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -58,6 +58,7 @@ export function StepHandle() { <TextField.Root> <TextField.Icon icon={At} /> <TextField.Input + testID="handleInput" onChangeText={onHandleChange} label={_(msg`Input your user handle`)} defaultValue={state.handle} |