native: fix submit button
This commit is contained in:
parent
a6118791b1
commit
067402a0fd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Rectangle {
|
|||
|
||||
text: qsTr("Submit")
|
||||
|
||||
onClicked: login
|
||||
onClicked: login()
|
||||
}
|
||||
|
||||
function login() {
|
||||
|
|
Loading…
Reference in a new issue