Skip to content

Commit

Permalink
Updated nuget package version and fixed deprecated warning (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-c-dfe authored Dec 13, 2024
1 parent 0762ae2 commit 0f3ceb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="jQuery" Version="3.7.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="moq" Version="4.20.72" />
<PackageReference Include="OwaspHeaders.Core" Version="9.4.0" />
<PackageReference Include="OwaspHeaders.Core" Version="9.4.3" />
<PackageReference Include="RobotsTxtCore" Version="3.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@section Scripts
{
<script type="text/javascript">
$("#togglePassword").click(function() {
$("#togglePassword").on("click", function() {
let e = document.getElementById("PasswordValue")
if (e.type === "password") {
e.type = "text"
Expand Down

0 comments on commit 0f3ceb3

Please sign in to comment.