chore(@desktop/keycard): login with keycard flow enabled (onboarding)
This commit is contained in:
parent
6d2893b3de
commit
d6797ca4e9
|
@ -150,10 +150,10 @@ Item {
|
||||||
opacity: 0.0
|
opacity: 0.0
|
||||||
}
|
}
|
||||||
// TODO: Functionality is not completed. Missing saving of keystore files which blocks wallet account creation. @see #7867
|
// TODO: Functionality is not completed. Missing saving of keystore files which blocks wallet account creation. @see #7867
|
||||||
// PropertyChanges {
|
PropertyChanges {
|
||||||
// target: keycardLink
|
target: keycardLink
|
||||||
// text: qsTr("Login with Keycard")
|
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