-
|
Hi, i ran into an issue and I'm not sure if this is an bug or just user handling 😏 What's the goal?I have a page which requires that the user needs to be logged in. What did I to do this?I used the I added the following after I expected that I will be redirected to the login page and will see the login form.
In my test instance ( just a fresh blitz app via The one million dollar question
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I think you should just use |
Beta Was this translation helpful? Give feedback.
I think you should just use
Home.authenticate = true;rather than redirect to other page.In my case, it will replace page content to login but the url won't change.
If you use redirect, it will show Home page shortly and redirect to login page. Howerver, guest user will see the page content unexpected.