Login and mobile app registration improvements

This commit is contained in:
estevez-dev
2019-08-16 12:32:36 +03:00
parent 5c31ddd00f
commit 929abea5d3
6 changed files with 45 additions and 47 deletions

View File

@ -152,7 +152,8 @@ class HomeAssistant {
eventBus.fire(ShowDialogEvent(
title: "All good",
body: "HA Client integration with your Home Assistant server works fine",
positiveText: "Nice!"
positiveText: "Nice!",
negativeText: "Ok"
));
}
completer.complete();