I have a page where a login is required.
What I’ve done to force the login is set a workflow where if the user isn’t logged in, navigate to a login page + send this page’s URL. The user will then login and be sent back to the previous page.
However, when I load the page while not being logged in, first I’ll see the page for a second, and then the redirect happens. Is there a way to make sure a login page is displayed first?