1
Answer

Redirect login page after login.

Photo of Rohan

Rohan

3y
673
1

Call this method after page refresh public async Task OnGetAsync(string returnUrl = null)       
        {
           }

I have face a issue I'm login successfully then I have open login page url 2nd time and other this is stable in login page not redirect other page .

Answers (1)