Switch change password icon to lock
This commit is contained in:
parent
b87fe92c63
commit
f2462c0d20
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
<SpaceItem>
|
<SpaceItem>
|
||||||
<Tooltip Title="Change Password">
|
<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>
|
</Tooltip>
|
||||||
</SpaceItem>
|
</SpaceItem>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue