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
parent
commit
cbd7231cbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Migration-Guides/OpenIddict-Mvc.md

2
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**:

Loading…
Cancel
Save