Skip to content

Commit

Permalink
docs(auth): fix auth provider configuration article link and wording (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Jan 22, 2018
1 parent 60037d2 commit ea0486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each provider has a list of configurations available with the default values set

## Configuration

As an example, let's configure API endpoints for the `NbEmailPassAuthProvider`. The provider is all set by default, so please take a look at the [default configuration values]((#/docs/auth/email--password-provider) before modifying them.
As an example, let's configure API endpoints for the `NbEmailPassAuthProvider`. The provider is configured by default, please take a look at the [default configuration values](#/docs/auth/nbemailpassauthprovider) if you need any custom behaviour.
We assume you already have the Auth module installed inside of your `*.module.ts`:


Expand Down

0 comments on commit ea0486d

Please sign in to comment.