Skip to content

Commit

Permalink
update basePaymentsPage to not require password
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiWines committed Feb 22, 2023
1 parent 8d00eb7 commit 83dd79d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ class BasePaymentsPage extends React.Component {
// https://github.com/Expensify/App/issues/7768#issuecomment-1044879541
InteractionManager.runAfterInteractions(() => {
this.setState({
shouldShowPasswordPrompt: true,
shouldShowPasswordPrompt: !Permissions.canUsePasswordlessLogins(this.props.betas),
passwordButtonText: this.props.translate('paymentsPage.setDefaultConfirmation'),
});
});
Expand Down

0 comments on commit 83dd79d

Please sign in to comment.