Skip to content

Commit

Permalink
Only show implemented recovery settings
Browse files Browse the repository at this point in the history
Signed-off-by: Domenico Gabriele <[email protected]>
  • Loading branch information
domegabri committed Mar 16, 2020
1 parent d354e95 commit 3fd269c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/views/WalletRecoverySettingsView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,6 @@ ColumnLayout {
id: controller
}

SettingsBox {
title: 'nLockTime' // TODO: move to own recovery tab
Button {
flat: true
text: qsTr('id_request_recovery_transactions')
enabled: !wallet.locked && wallet.config.email && wallet.config.email.confirmed
onClicked: controller.sendRecoveryTransactions()
}
}

SettingsBox {
title: qsTr('id_set_an_email_for_recovery')
description: qsTr('id_providing_an_email_enables')

TextField {
placeholderText: '[email protected]'
}
}

SettingsBox {
title: qsTr('id_request_twofactor_reset')
//TODO: use translations
Expand Down

0 comments on commit 3fd269c

Please sign in to comment.