Reputation: 3220
Hi I am using WLAuthorizationManager for the authentication in my application, the app works perfectly fine for the first time i have code to reload the app using "$window.location.reload" after my user logs out of my application.
The problem arrises after logout , i do a logout perfectly via "WLAuthorizationManager.logout" and after successful logout i am trying to login again.
This time it show me "LOGIN_ALREADY_IN_PROGRESS" error. But it works fine when i close my application and login again.
I tried using document.location.realod and also WL.Client.reloadApp everything results same.
Upvotes: 1
Views: 683