Skip to content

Commit

Permalink
docs(auth): fix NbPasswordAuthStrategy link (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored and nnixaa committed Jan 25, 2019
1 parent d427e59 commit 6484505
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 @@ -39,7 +39,7 @@ We assume you already have the Auth module installed inside of your `*.module.ts

## Setup API configuration

Now, let's add API endpoints. According to the [NbPasswordAuthStrategy documentation](docs/auth/NbPasswordAuthStrategy), we have `baseEndpoint` setting, and also an `endpoint` setting for each function (login/register/etc):
Now, let's add API endpoints. According to the [NbPasswordAuthStrategy documentation](docs/auth/nbpasswordauthstrategy), we have `baseEndpoint` setting, and also an `endpoint` setting for each function (login/register/etc):

```typescript

Expand Down

0 comments on commit 6484505

Please sign in to comment.