laravel5.3 の Passport Password Grant Tokensを使用する場合
this.$http.post('/oauth/token', this.form)
.then(response => {
console.log(response)
})
このメッセージが表示されます
{"error":"invalid_credentials","message":"The user credentials were incorrect."}
このエラー メッセージをカスタマイズする方法を知りたいです。