My getCredentials() method is using login, password and client_id
I moved it into my authController, modified and it works like a charm with one exception. When login fails my login form is only populated with previously used login (password is obviously empty) but client_id is missing.
I KNOW i can add it in postLogin() but I'd like to keep "vendor" part untouched.
What is the best practice here? Should I move also the whole postLogin() to my authController as well and change it there?
old('client_id', $clientId)as the default value for the form field.