diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-03 08:44:57 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-03 08:44:57 +0200 |
commit | 4a08127caceff75d9e0ad4b20e6195c30a809447 (patch) | |
tree | 8170d7c7491df8947fb9c3135b32e00c9ca0a59f /accounts/gmail/qml | |
parent | 53bcc57dcfa0c053a79f4240ffb0f20f06fd433b (diff) | |
download | kube-4a08127caceff75d9e0ad4b20e6195c30a809447.tar.gz kube-4a08127caceff75d9e0ad4b20e6195c30a809447.zip |
Keep login with an empty password from succeeding
Diffstat (limited to 'accounts/gmail/qml')
-rw-r--r-- | accounts/gmail/qml/Login.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gmail/qml/Login.qml b/accounts/gmail/qml/Login.qml index 597e3ee3..bcab19be 100644 --- a/accounts/gmail/qml/Login.qml +++ b/accounts/gmail/qml/Login.qml | |||
@@ -26,6 +26,7 @@ Item { | |||
26 | property alias accountId: settings.accountIdentifier | 26 | property alias accountId: settings.accountIdentifier |
27 | property string heading: qsTr("Login") | 27 | property string heading: qsTr("Login") |
28 | property string subheadline: settings.accountName | 28 | property string subheadline: settings.accountName |
29 | property bool valid: pwField.acceptableInput | ||
29 | 30 | ||
30 | GmailAccount.GmailSettings { | 31 | GmailAccount.GmailSettings { |
31 | id: settings | 32 | id: settings |