Resolves #339 Authenticated webview for panels and config sections

This commit is contained in:
estevez-dev
2019-09-02 21:08:20 +03:00
parent 113cd29f74
commit 6663bcad72
7 changed files with 114 additions and 86 deletions

View File

@ -89,10 +89,10 @@ class MobileAppIntegrationManager {
positiveText: "Report to GitHub",
negativeText: "Report to Discord",
onPositive: () {
HAUtils.launchURL("https://github.com/estevez-dev/ha_client/issues/new");
Launcher.launchURL("https://github.com/estevez-dev/ha_client/issues/new");
},
onNegative: () {
HAUtils.launchURL("https://discord.gg/AUzEvwn");
Launcher.launchURL("https://discord.gg/AUzEvwn");
},
));
}