mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +02:00
revokeDevice: correctly pass password
Change-Id: I4f1cb650884fb58e78bdd6490769cfab43211705 GitLab: #1090
This commit is contained in:
parent
5f98f7cdc6
commit
2d3015fa6d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ BaseModalDialog {
|
|||
text: JamiStrings.optionRemove
|
||||
|
||||
onClicked: {
|
||||
DeviceItemListModel.revokeDevice(deviceId, passwordEdit.text);
|
||||
DeviceItemListModel.revokeDevice(deviceId, passwordEdit.dynamicText);
|
||||
close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue