Skip to content

Commit

Permalink
style: from LinkParameterValue to ExternalUserIdentifier
Browse files Browse the repository at this point in the history
Update src/OrchardCore.Modules/OrchardCore.Users/Views/Account/LinkExternalLogin.cshtml

Co-authored-by: Mike Alhayek <mike@crestapps.com>
  • Loading branch information
PiemP and MikeAlhayek authored Jun 10, 2024
1 parent 30188bf commit ed52a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<form asp-controller="Account" asp-action="LinkExternalLogin" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal no-multisubmit">
<h4>@T["Link your account."]</h4>
<p class="text-info">
@T["You've successfully authenticated with <strong>{0}</strong>. You already have an account assosiated with <strong>{1}</strong>. Enter your local account password and click the Register button to link the accounts and finish logging in.", ViewData["LoginProvider"], ViewData["LinkParameterValue"]]
@T["You've successfully authenticated with <strong>{0}</strong>. You already have an account associated with <strong>{1}</strong>. Enter your local account password and click the Register button to link the accounts and finish logging in.", ViewData["LoginProvider"], ViewData["ExternalUserIdentifier"]]
</p>
<hr />
<div asp-validation-summary="ModelOnly"></div>
Expand Down

0 comments on commit ed52a4c

Please sign in to comment.