diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index 743753f..03ee5c8 100644 --- a/src/contents/ui/main.qml +++ b/src/contents/ui/main.qml @@ -72,11 +72,11 @@ Kirigami.ApplicationWindow { ColumnLayout { Controls.Label { Layout.fillWidth: true - text: name + text: model.name } Kirigami.Heading { level: 2 - text: otp + text: model.otp } } Controls.Button {