Browse Source

Make AccountEmailer.NormalizeReturnUrl method protected virtual

pull/7115/head
Oliver Cooper 5 years ago
parent
commit
1647b729e5
  1. 2
      modules/account/src/Volo.Abp.Account.Application/Volo/Abp/Account/Emailing/AccountEmailer.cs

2
modules/account/src/Volo.Abp.Account.Application/Volo/Abp/Account/Emailing/AccountEmailer.cs

@ -72,7 +72,7 @@ namespace Volo.Abp.Account.Emailing
);
}
protected string NormalizeReturnUrl(string returnUrl)
protected virtual string NormalizeReturnUrl(string returnUrl)
{
if (returnUrl.IsNullOrEmpty())
{

Loading…
Cancel
Save