Disable Login Page/Forms Auth when using OIDC?

Product: PowerShell Universal
Version: 1.5.11

How do you disable the forms auth or url:5000/Login page when using OIDC/Azure AD?
I noticed when I’m on the admin page, my session times out (signed in with my aad account) it redirects me to /Login for forms auth and I could enter the default admin account. I’ve since disabled the admin by just returning $false in the authentication.ps1 file, but would like either the url/login to be disabled or turn it into a page that you click a button to reauth with azure ad.

image

Fixed in version 1.5.13