当我使用laravel5.3的Passport 密码授予令牌时
this.$http.post('/oauth/token', this.form)
.then(response => {
console.log(response)
})
Run Code Online (Sandbox Code Playgroud)
我收到这条消息
{"error":"invalid_credentials","message":"The user credentials were incorrect."}
Run Code Online (Sandbox Code Playgroud)
我想知道如何自定义此错误消息.