From 863203e89d305e6e8c93d2fd813c34631ce71a61 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 30 Nov 2020 15:41:50 +0800 Subject: [PATCH] Update Abp-4_0.md --- docs/en/Migration-Guides/Abp-4_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/Abp-4_0.md b/docs/en/Migration-Guides/Abp-4_0.md index 5ec42f092d..9e1bd4e816 100644 --- a/docs/en/Migration-Guides/Abp-4_0.md +++ b/docs/en/Migration-Guides/Abp-4_0.md @@ -260,7 +260,7 @@ In order to solve the problem of async over sync, `ILdapManager` uses async meth ### Dynamic external login provider system You need to change the `WithDynamicOptions` method and pass the `Handler` class of the external login provider. -Use the `goto definition` function in Visual Studio or Rider to check `Hanler` in the extension method like `AddGoogle`. +Use the `goto definition` function in Visual Studio or Rider to check `Handler` in the extension method like `AddGoogle`. ```csharp - WithDynamicOptions()