Update UserCard.razor
This commit is contained in:
parent
250f3b5550
commit
91094d062b
@ -68,7 +68,7 @@
|
|||||||
</CardHeaderActions>
|
</CardHeaderActions>
|
||||||
</MudCardHeader>
|
</MudCardHeader>
|
||||||
<MudCardContent>
|
<MudCardContent>
|
||||||
<MudText Style="font-weight:bold">Access Code</MudText>
|
<MudText Typo="Typo.body2" Style="font-weight:bold">Access Code</MudText>
|
||||||
<MudText Style="font-family:monospace;overflow:hidden;overflow-x:scroll">
|
<MudText Style="font-family:monospace;overflow:hidden;overflow-x:scroll">
|
||||||
@foreach (var digitGroup in StringUtil.SplitIntoGroups(user.AccessCodes[0], 4))
|
@foreach (var digitGroup in StringUtil.SplitIntoGroups(user.AccessCodes[0], 4))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user