fix adding more fingerprints to an existing user

This commit is contained in:
Michael Zanetti 2018-10-05 01:10:10 +02:00
parent f85ec472b2
commit 4464fba497

View File

@ -187,7 +187,7 @@ DevicePageBase {
TextField {
id: userIdTextField
Layout.fillWidth: true
placeholderText: addUserPage.user
text: addUserPage.user
enabled: addUserPage.user.length === 0
}
Label {