Hi guys.
I wonder what is the correct way to totally replace login and sign up interface in flarum from my extension?
I can disable signing up from admin area (allowSignUp = false), but seems I can not find simple way to modify "Log In" button hardcoded in HeaderSecondary.js
It opens new LogInModal() dialog but I want to use another kind of authentication made by my own.
Thanks