Browse Source

Update Register.cshtml.cs

pull/24059/head
enisn 3 months ago
parent
commit
44a2dc14e9
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. 2
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Register.cshtml.cs

2
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Register.cshtml.cs

@ -137,7 +137,7 @@ public class RegisterModel : AccountPageModel
await RegisterLocalUserAsync();
}
return await RedirectSafelyAsync(ReturnUrl ?? "~/");
return await RedirectSafelyAsync(ReturnUrl, ReturnUrlHash);
}
catch (BusinessException e)
{

Loading…
Cancel
Save