Skip to content

Commit

Permalink
删除历史密码提示
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Oct 16, 2024
1 parent bc8e1b2 commit 0b5f44d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/ComputerLock/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,11 @@ else
}
</MudPaper>

<MudTooltip Text="@(Lang["PasswordTip"])"
Delay="50"
Placement="Placement.Left"
Disabled="@(AppSettings.IsPasswordChanged)">
<MudButton Color="Color.Primary"
StartIcon="@Icons.Material.Filled.VpnKey"
IconSize="Size.Small"
OnClick="ResetPassword">
@(Lang["ResetPassword"])
</MudButton>
</MudTooltip>
<MudButton Color="Color.Primary"
StartIcon="@Icons.Material.Filled.VpnKey"
IconSize="Size.Small"
OnClick="ResetPassword">
@(Lang["ResetPassword"])
</MudButton>
</MudPaper>
}

0 comments on commit 0b5f44d

Please sign in to comment.