about summary refs log tree commit diff
path: root/src/view/com/auth/create/StepHeader.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-19 14:17:59 +0900
committerGitHub <noreply@github.com>2024-02-19 14:17:59 +0900
commit6d422bb583bf8946d92fe270b1fe5c760251f0cc (patch)
tree11871ebc34d48c5afcac1aa56464f8bffdc9f83a /src/view/com/auth/create/StepHeader.tsx
parentb3e6f0f29deae515d232d14f099e8c144d870f48 (diff)
parent7390863a1005eeadbb6dbdcbc47f9cc13298e101 (diff)
downloadvoidsky-6d422bb583bf8946d92fe270b1fe5c760251f0cc.tar.zst
Merge branch 'main' into patch-3
Diffstat (limited to 'src/view/com/auth/create/StepHeader.tsx')
-rw-r--r--src/view/com/auth/create/StepHeader.tsx2
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>