Stop connection init if settings is empty
This commit is contained in:
@ -37,7 +37,7 @@ class AuthManager {
|
||||
});
|
||||
}
|
||||
});
|
||||
Logger.d("Launching OAuth...");
|
||||
Logger.d("Launching OAuth: $oauthUrl");
|
||||
eventBus.fire(StartAuthEvent(oauthUrl, true));
|
||||
return completer.future;
|
||||
}
|
||||
|
Reference in New Issue
Block a user