Skip to content
Snippets Groups Projects
Commit 8c17c4f6 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Remove duplicate UIA error display

parent d2a37ec9
Branches qmlRecaptcha
No related tags found
No related merge requests found
Pipeline #4972 passed
......@@ -347,11 +347,6 @@ Pane {
return UIA.submit3pidToken(t);
}
}
Platform.MessageDialog {
id: uiaErrorDialog
buttons: Platform.MessageDialog.Ok
}
Platform.MessageDialog {
id: uiaConfirmationLinkDialog
......@@ -368,10 +363,6 @@ Pane {
function onEmail() {
uiaEmailPrompt.show();
}
function onError(msg) {
uiaErrorDialog.text = msg;
uiaErrorDialog.open();
}
function onPassword() {
console.log("UIA: password needed");
uiaPassPrompt.show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment