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
|
||||
}
|
||||
// TODO: Functionality is not completed. Missing saving of keystore files which blocks wallet account creation. @see #7867
|
||||
// PropertyChanges {
|
||||
// target: keycardLink
|
||||
// text: qsTr("Login with Keycard")
|
||||
// }
|
||||
PropertyChanges {
|
||||
target: keycardLink
|
||||
text: qsTr("Login with Keycard")
|
||||
}
|
||||
PropertyChanges {
|
||||
target: seedLink
|
||||
text: qsTr("Enter a seed phrase")
|
||||
|
|
Loading…
Reference in New Issue