You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nope, my problem was because I put the login in a method that was never reached because of a bug in my code.
Anyway I suggest we reconsider how we want configuration and Login to work.
Ideally I would like to check on all WBI objects if a connection is present and if logged in.
The current way of handling login seems broken. If I create a Login() object I have no way of knowing whether the login was successful or not.
How do we fix this so that it is dead simple?
I suggest helper method to the Login class. That way I can try logging in first and check if successful.
The text was updated successfully, but these errors were encountered: