From de1ac17e1dde7379cd153814e8ebe20e992a29a4 Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Tue, 26 Jan 2021 22:39:31 +0400 Subject: [PATCH] Updated showing wrong password exception. Fixes #1762 --- ui/onboarding/Login.qml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ui/onboarding/Login.qml b/ui/onboarding/Login.qml index 09d4b356d9..7f30441fb3 100644 --- a/ui/onboarding/Login.qml +++ b/ui/onboarding/Login.qml @@ -161,19 +161,6 @@ Item { } } - MessageDialog { - id: loginError - title: qsTr("Login failed") - text: qsTr("Login failed. Please re-enter your password and try again.") - icon: StandardIcon.Critical - standardButtons: StandardButton.Ok - onAccepted: { - txtPassword.textField.clear() - txtPassword.textField.focus = true - loading = false - } - } - Connections { target: loginModel ignoreUnknownSignals: true