Bug fix for showing irrelevant buttons on the password management page
This commit is contained in:
@@ -14,6 +14,7 @@ export default class DeletePassword extends Component {
|
||||
|
||||
startConfirmWithPassword = () => {
|
||||
this.setState({ enteringCurrentPassword: true })
|
||||
this.props.onStartDeletingPassword()
|
||||
}
|
||||
|
||||
startDeletePassword = async () => {
|
||||
|
||||
Reference in New Issue
Block a user