Browse Source
Merge pull request #14302 from abpframework/auto-merge/rel-6-0/1396
Merge branch dev with rel-6.0
pull/14310/head
liangshiwei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Migration-Guides/OpenIddict-Mvc.md
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
with |
|
|
|
|
|
|
|
```csharp |
|
|
|
typeof(AbpAccountWebModule), |
|
|
|
typeof(AbpAccountWebOpenIddictModule), |
|
|
|
``` |
|
|
|
|
|
|
|
- In **MyApplicationWebModule.cs** `ConfigureServices` method **update authentication configuration**: |
|
|
|
|