1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

revokeDevice: correctly pass password

Change-Id: I4f1cb650884fb58e78bdd6490769cfab43211705
GitLab: #1090
This commit is contained in:
Sébastien Blin 2023-04-28 15:09:41 -04:00
parent 5f98f7cdc6
commit 2d3015fa6d

View file

@ -90,7 +90,7 @@ BaseModalDialog {
text: JamiStrings.optionRemove text: JamiStrings.optionRemove
onClicked: { onClicked: {
DeviceItemListModel.revokeDevice(deviceId, passwordEdit.text); DeviceItemListModel.revokeDevice(deviceId, passwordEdit.dynamicText);
close(); close();
} }
} }