Always load the login screen when the project runs

0

I created a login screen in a .NET Core project and I would like that same screen to be loaded as soon as I execute the project, to validate the user's authentication and, if it had a registry, I would go to the screen Project Index.

  

Obs. The data query is already treated in the code to validate access.

How can I make this change?

    
asked by anonymous 19.01.2018 / 20:18

0 answers