Skip to content
Snippets Groups Projects
Commit 1414e180 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Andreas Traczyk
Browse files

link device: fix manual token entry

This patch fixes the export process when a token
is entered manually.

Gitlab: #1695
Change-Id: Ib87a933baa42319bcd17acf10402aafdccf23d1a
parent 7146f20b
No related branches found
Tags 0.2.0
No related merge requests found
......@@ -381,7 +381,7 @@ BaseModalDialog {
toolTipText: JamiStrings.connect
enabled: codeInput.dynamicText.length > 0
onClicked: {
LinkDeviceModel.addDevice(codeInput.text)
LinkDeviceModel.addDevice(codeInput.dynamicText)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment