Switch change password icon to lock

main
Pat Hartl 2023-12-04 01:41:02 -06:00
parent b87fe92c63
commit f2462c0d20
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<SpaceItem>
<Tooltip Title="Change Password">
<Button Icon="@IconType.Outline.Key" Type="@ButtonType.Text" OnClick="() => ChangePassword(context)" />
<Button Icon="@IconType.Outline.Lock" Type="@ButtonType.Text" OnClick="() => ChangePassword(context)" />
</Tooltip>
</SpaceItem>