Skip to content

Commit

Permalink
fixe(docs): fix options docs (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored Jun 14, 2018
2 parents 469f2f8 + 43dc3b9 commit 70fe269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Options

General options shared with all strategies. See [defaults.js](lib/defaults.js) for defaults.
General options shared with all strategies. See [defaults.js](https://github.com/nuxt-community/auth-module/blob/master/lib/module/defaults.js) for defaults.

### `redirect`

Expand All @@ -11,7 +11,7 @@ redirect: {
login: '/login',
logout: '/',
callback: '/login',
user: '/'
home: '/'
}
```

Expand Down

0 comments on commit 70fe269

Please sign in to comment.