From 0135c95f7d9269fbca33b10eab8cee6bac65e427 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 15 Oct 2019 16:04:46 +0300 Subject: [PATCH] ToolbarOptions to AbpToolbarOptions cont. --- modules/account/src/Volo.Abp.Account.Web/AbpAccountWebModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/account/src/Volo.Abp.Account.Web/AbpAccountWebModule.cs b/modules/account/src/Volo.Abp.Account.Web/AbpAccountWebModule.cs index 288439a97a..6df4e43c07 100644 --- a/modules/account/src/Volo.Abp.Account.Web/AbpAccountWebModule.cs +++ b/modules/account/src/Volo.Abp.Account.Web/AbpAccountWebModule.cs @@ -45,7 +45,7 @@ namespace Volo.Abp.Account.Web options.MenuContributors.Add(new AbpAccountUserMenuContributor()); }); - Configure(options => + Configure(options => { options.Contributors.Add(new AccountModuleToolbarContributor()); });