From f6df80e970063f4fce3c5f4eb0af157239ae1f8e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Jan 2018 11:33:19 +0100 Subject: Fixed gmail login --- accounts/gmail/qml/AccountSettings.qml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'accounts/gmail/qml/AccountSettings.qml') diff --git a/accounts/gmail/qml/AccountSettings.qml b/accounts/gmail/qml/AccountSettings.qml index 16f7dbf3..0ebce1d3 100644 --- a/accounts/gmail/qml/AccountSettings.qml +++ b/accounts/gmail/qml/AccountSettings.qml @@ -27,7 +27,7 @@ Item { property string accountId property string heading: qsTr("Connect your GMail account") - property string subheadline: qsTr("To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube.") + property string subheadline: qsTr("To let Kube access your account, fill in email address, username and give the account a title that will be displayed inside Kube.") property bool valid: true implicitHeight: grid.implicitHeight @@ -101,22 +101,5 @@ Item { } placeholderText: qsTr("Your email address") } - - Kube.Label { - text: qsTr("Password") - Layout.alignment: Qt.AlignRight - } - - Kube.PasswordField { - id: pwField - Layout.fillWidth: true - - placeholderText: qsTr("Password of your email account") - text: gmailSettings.imapPassword - onTextChanged: { - gmailSettings.imapPassword = text - gmailSettings.smtpPassword = text - } - } } } -- cgit v1.2.3