fix adding more fingerprints to an existing user
This commit is contained in:
parent
f85ec472b2
commit
4464fba497
@ -187,7 +187,7 @@ DevicePageBase {
|
|||||||
TextField {
|
TextField {
|
||||||
id: userIdTextField
|
id: userIdTextField
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
placeholderText: addUserPage.user
|
text: addUserPage.user
|
||||||
enabled: addUserPage.user.length === 0
|
enabled: addUserPage.user.length === 0
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user