Skip to content

Commit

Permalink
remove placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidi committed Jun 26, 2020
1 parent 1070f4e commit f5eb0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screens/auth/UnlockORGenKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UnlockORGenKeys extends Component {
state = {
scannedToken: this.props.route.params.scannedToken,
encAuthInfo: this.props.route.params.encAuthInfo || null,
passphrase: 'oooooo', //TODO HAMZA reset before PR
passphrase: '',
retryablePairingError: '',
};

Expand Down

0 comments on commit f5eb0df

Please sign in to comment.