summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-04 15:15:52 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-04 15:15:52 +0200
commitfb5719f18492dc756035debbda897cb6da59a296 (patch)
tree939e47ed9c071f7dd01463e32cfd052df16b7f23 /src
parentRetry initial sync only on specific errors (diff)
downloadnheko-fb5719f18492dc756035debbda897cb6da59a296.tar.xz
Don't handle password when the matrix id is entered
Diffstat (limited to 'src')
-rw-r--r--src/LoginPage.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/LoginPage.cc b/src/LoginPage.cc

index f71a992e..9a048a75 100644 --- a/src/LoginPage.cc +++ b/src/LoginPage.cc
@@ -164,9 +164,6 @@ LoginPage::onMatrixIdEntered() return loginError("You have entered an invalid Matrix ID e.g @joe:matrix.org"); } - if (password_input_->text().isEmpty()) - return loginError(tr("Empty password")); - QString homeServer = QString::fromStdString(user.hostname()); if (homeServer != inferredServerAddress_) { serverInput_->hide();