Browse Source

Merge pull request #7115 from olicooper/pr/account-emailer

Make AccountEmailer.NormalizeReturnUrl method protected
pull/7125/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
d34d5cee26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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
);
}
private string NormalizeReturnUrl(string returnUrl)
protected virtual string NormalizeReturnUrl(string returnUrl)
{
if (returnUrl.IsNullOrEmpty())
{

Loading…
Cancel
Save