Skip to content

Commit

Permalink
fix(docs): fix password strategy link (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Feb 18, 2019
1 parent 071aa30 commit c71d9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Each Strategy has a list of configurations available with the default values set

## Configure a strategy

As an example, let's configure API endpoints for the `NbPasswordAuthStrategy`. The strategy is configured by default, please take a look at the [default configuration values](docs/auth/NbPasswordAuthStrategy) if you need any custom behaviour.
As an example, let's configure API endpoints for the `NbPasswordAuthStrategy`. The strategy is configured by default, please take a look at the [default configuration values](docs/auth/nbpasswordauthstrategy) 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 c71d9fd

Please sign in to comment.