When you open portal it first shows home page and then redirects to login page
Closed this issue · 1 comments
thecodeholic commented
What steps will reproduce the problem?
Open https://demo.agoraintra.net
What's expected?
Show login page if user is not authorized
What do you get instead?
You see home page first and then login page
thecodeholic commented
I fixed that and Home page is not visible for half a second any more, however it sends 3 request in background.
It should only send 1 request to get the profile data and if that succeeds, we should only send other request after that.