Skip to content

Commit

Permalink
Signup part's password inputs are secured one
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Sep 20, 2020
1 parent a8aaaac commit 7940a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/components/BottomContainer/BottomContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const BottomContainer = (props: IBottomContainerProps) => {
{...props}
/>
<Card
secureTextEntry
value={passwordTextInputValue}
placeholder={passwordPlaceholder}
onChangeText={passwordOnChangeText}
Expand All @@ -120,6 +121,7 @@ const BottomContainer = (props: IBottomContainerProps) => {
{...props}
/>
<Card
secureTextEntry
value={repasswordTextInputValue}
placeholder={repasswordPlaceholder}
onChangeText={repasswordOnChangeText}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-login-screen",
"version": "2.0.2",
"version": "2.0.3",
"description": "Fully Customizable & Ready to use Login Screen for React Native",
"keywords": [
"login",
Expand Down

0 comments on commit 7940a39

Please sign in to comment.