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
I tried to call Client and LoginAsync but I'm not able to check if user has already logged in without opening browser.. Is this possible?
If I open browser with _result = await _client.LoginAsync(new LoginRequest()); and user is logged in, it closes immediately after without asking for anything and goes to the main page.. is correct but I think is possible this kind of improvement..
Thank you in advice!
The text was updated successfully, but these errors were encountered:
I tried to call Client and LoginAsync but I'm not able to check if user has already logged in without opening browser.. Is this possible?
If I open browser with _result = await _client.LoginAsync(new LoginRequest()); and user is logged in, it closes immediately after without asking for anything and goes to the main page.. is correct but I think is possible this kind of improvement..
Thank you in advice!
The text was updated successfully, but these errors were encountered: