Skip to content

Commit

Permalink
πŸ‘” Hide sign up button
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Sep 5, 2024
1 parent 56fc013 commit 4c8b5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/screens/sign-in-screen/sign-in-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,12 @@ export class SignInScreen extends React.Component<SignInScreenProps, SignInScree
<Button
tx="signInScreen.signUp"
preset="primary"
isHidden={isLoading}
isHidden={true}
onPress={this._onPressAuthCoreSignUpButton}
/>
<Button
tx="signInScreen.signIn"
preset="link"
preset="primary"
color="likeGreen"
isHidden={isLoading}
style={Style.SignInButton}
Expand Down

0 comments on commit 4c8b5d4

Please sign in to comment.