fix(Keycard): disable unfinished onboarding keycard login feature

This workflow doesn't save the keystore files which are required in order
to create new wallet accounts. It is not yet clear how to proceed with
saving the keystore files without an accountId.
See `setupAccountKeycard` which is missing `storeAccount*` calls vs
working workflow done in `setupAccount`

Closes: #7867
This commit is contained in:
Stefan 2022-10-12 14:13:12 +03:00 committed by Iuri Matias
parent 172cb03bd5
commit 6cfcd92c00
1 changed files with 5 additions and 4 deletions

View File

@ -149,10 +149,11 @@ Item {
//TODO remove when sync code is implemented //TODO remove when sync code is implemented
opacity: 0.0 opacity: 0.0
} }
PropertyChanges { // TODO: Functionality is not completed. Missing saving of keystore files which blocks wallet account creation. @see #7867
target: keycardLink // PropertyChanges {
text: qsTr("Login with Keycard") // target: keycardLink
} // text: qsTr("Login with Keycard")
// }
PropertyChanges { PropertyChanges {
target: seedLink target: seedLink
text: qsTr("Enter a seed phrase") text: qsTr("Enter a seed phrase")