From 362f4abced53d829907a7394672e3cec71cc2914 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 12 Oct 2022 08:56:07 +0800 Subject: [PATCH] Update OpenIddict-Mvc.md Close #14289 --- docs/en/Migration-Guides/OpenIddict-Mvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/OpenIddict-Mvc.md b/docs/en/Migration-Guides/OpenIddict-Mvc.md index ee7cb6b08a..7fd411155d 100644 --- a/docs/en/Migration-Guides/OpenIddict-Mvc.md +++ b/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**: