Remove default login form when using oidc connector

Hi, I use oidc_login against dex idp with a ldap and github backend. I would like to remove the original login form from my nextcloud web ui, is there a way to achieve that ?

20200617-15-46-47

Regards,

My bad, fixed by a research.

I just found my answer here : https://github.com/pulsejet/nextcloud-oidc-login/issues/5

Turning 'oidc_login_auto_redirect' => false, to true solved the problem.

Regards,