Skip to content

Commit

Permalink
Update ExternalLogins.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 16, 2023
1 parent 82a86b9 commit 0e5fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Pages/Account/Manage/ExternalLogins.razor
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@foreach (var login in _currentLogins)
{
<tr>
<td id="[email protected]">@login.ProviderDisplayName</td>
<td id="[email protected]"><Heading4>@login.ProviderDisplayName</Heading4></td>
<td>
@if (_showRemoveButton)
{
Expand Down

0 comments on commit 0e5fc64

Please sign in to comment.