Browse Source

Update OpenIddict4-to-5.md

pull/18347/head
maliming 3 years ago
committed by GitHub
parent
commit
76ca1549ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Migration-Guides/OpenIddict4-to-5.md

2
docs/en/Migration-Guides/OpenIddict4-to-5.md

@ -88,7 +88,7 @@ namespace OpenIddict.Demo.Server.Migrations
## OpenIddictApplicationDescriptor changes
You have to change the `Type` to `ClientType` when creating a new `OpenIddictApplicationDescriptor`.
You have to change the `Type` to `ClientType` when creating a new `AbpApplicationDescriptor` or `OpenIddictApplicationDescriptor`.
````csharp
var application = new AbpApplicationDescriptor {

Loading…
Cancel
Save