Skip to content

Commit

Permalink
fix(laravel passport): fix default logout endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPedroAS51 committed May 7, 2020
1 parent baf9b57 commit 0781065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/providers/laravel/passport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export default function laravelPassport (nuxt, strategy) {
token: url + '/oauth/token',
login: {},
refresh: {},
logout: {
url: false
},
logout: false,
user: {
url: url + '/api/auth/user'
}
Expand Down

0 comments on commit 0781065

Please sign in to comment.