From f7fb3b0cfa67f600945794ff73842b12d9e0702e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 23 Oct 2020 13:38:44 +0300 Subject: [PATCH] Update BlazorUI-3_3.md --- docs/en/Migration-Guides/BlazorUI-3_3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Migration-Guides/BlazorUI-3_3.md b/docs/en/Migration-Guides/BlazorUI-3_3.md index 8a14481912..bb3d07f615 100644 --- a/docs/en/Migration-Guides/BlazorUI-3_3.md +++ b/docs/en/Migration-Guides/BlazorUI-3_3.md @@ -6,6 +6,7 @@ * Remove the ``typeof(AbpAccountBlazorModule)`` from the dependency list of *YourProjectBlazorModule* class and add the `typeof(AbpTenantManagementBlazorModule)`. * Add `@using Volo.Abp.BlazoriseUI` and `@using Volo.Abp.BlazoriseUI.Components` into the `_Imports.razor` file. * Remove the `div` with `id="blazor-error-ui"` (with its contents) from the `wwwroot/index.html ` file, since the ABP Framework now shows error messages as a better message box. +* Update the`AddOidcAuthentication` options in your *YourProjectBlazorModule* class as described in the issue [#5913](https://github.com/abpframework/abp/issues/5913). ## BlazoriseCrudPageBase to AbpCrudPageBase