@lightalakanzam Not with standard fusionauth, because the hosted login pages don't know that the login has occurred.

You could perhaps set a cookie on login with the login API and then look for that cookie in an http proxy in front of FusionAuth, and deny access to the login pages at that time.

Or, you could, if you are only using the login API, set up the theme to have a blank login page.