Skip to content

Commit

Permalink
nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jun 23, 2023
1 parent 027f877 commit d0f9d48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IssuerDrivingLicense/Pages/DriverLicenseCredentials.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@page
@{
var nonce = this.HttpContext.GetNonce();
}
@model IssuerDrivingLicense.Pages.DriverLicenseCredentialsModel

<h3>@Model.DriverLicenseMessage</h3>
Expand Down

0 comments on commit d0f9d48

Please sign in to comment.