Stop connection init if settings is empty

This commit is contained in:
estevez-dev
2019-06-15 14:36:11 +03:00
parent 209ccd4f7f
commit e1d9d9f304
4 changed files with 52 additions and 34 deletions

View File

@ -37,7 +37,7 @@ class AuthManager {
});
}
});
Logger.d("Launching OAuth...");
Logger.d("Launching OAuth: $oauthUrl");
eventBus.fire(StartAuthEvent(oauthUrl, true));
return completer.future;
}