Skip to content

Commit

Permalink
delete commented out view
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Nov 26, 2023
1 parent 22abffd commit be91b07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/auth/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function SignUpScreen() {
autoCapitalize="none"
/>
</View>
{/* <View> */}
{password !== '' && (
<View style={styles.passwordComplexity}>
<Icon type={hasUppercase ? 'green_check' : 'grey_dot'} />
Expand Down Expand Up @@ -154,7 +153,6 @@ function SignUpScreen() {
</Text>
</View>
)}
{/* </View> */}
<View>
<Link href="/auth/login">Already have an account? Log In</Link>
<View style={[globalStyles.verticallySpaced, globalStyles.mt20]}>
Expand Down

0 comments on commit be91b07

Please sign in to comment.