diff options
Diffstat (limited to 'src/view/com/auth/create/StepHeader.tsx')
-rw-r--r-- | src/view/com/auth/create/StepHeader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/StepHeader.tsx b/src/view/com/auth/create/StepHeader.tsx index af6bf5478..a98b392d8 100644 --- a/src/view/com/auth/create/StepHeader.tsx +++ b/src/view/com/auth/create/StepHeader.tsx @@ -11,7 +11,7 @@ export function StepHeader({ children, }: React.PropsWithChildren<{uiState: CreateAccountState; title: string}>) { const pal = usePalette('default') - const numSteps = uiState.isPhoneVerificationRequired ? 3 : 2 + const numSteps = 3 return ( <View style={styles.container}> <View> |