diff options
Diffstat (limited to 'src/view/com/auth/create/Step3.tsx')
-rw-r--r-- | src/view/com/auth/create/Step3.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx index bf26231a0..f35777d27 100644 --- a/src/view/com/auth/create/Step3.tsx +++ b/src/view/com/auth/create/Step3.tsx @@ -10,6 +10,9 @@ import {createFullHandle} from 'lib/strings/handles' import {usePalette} from 'lib/hooks/usePalette' import {ErrorMessage} from 'view/com/util/error/ErrorMessage' +/** STEP 3: Your user handle + * @field User handle + */ export const Step3 = observer(({model}: {model: CreateAccountModel}) => { const pal = usePalette('default') return ( |