Skip to content

Commit

Permalink
docs: fix typo in laravel passport docs (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschneider authored and pi0 committed Apr 29, 2018
1 parent b7ca223 commit 42b4061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/providers/passport.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel Passport

[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/lib/providers/passport.js)
[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/lib/providers/laravel.passport.js)

## Usage

Expand All @@ -21,7 +21,7 @@ auth: {
Anywhere in your application logic:

```js
this.$auth.loginWith('passport')
this.$auth.loginWith('laravel.passport')
```

💁 This provider is based on [oauth2 scheme](../schemes/oauth2.md) and supports all scheme options.
Expand Down

0 comments on commit 42b4061

Please sign in to comment.