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:
parent
172cb03bd5
commit
6cfcd92c00
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue