Skip to content

Commit

Permalink
Fix ui options bug (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOrneholm authored Sep 1, 2022
1 parent 818574a commit 4e562ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected async Task<ActionResult> Initialize(string returnUrl, string apiContro
return new EmptyResult();
}

protectedUiOptions = _uiOptionsProtector.Protect(uiOptions);
var antiforgeryTokens = _antiforgery.GetAndStoreTokens(HttpContext);

var protectedState = Request.Cookies[uiOptions.StateCookieName];
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PackageId>$(AssemblyName)</PackageId>

<VersionPrefix>6.0.0</VersionPrefix>
<VersionPrefix>6.0.1</VersionPrefix>
<!--<VersionSuffix>rc-1</VersionSuffix>-->
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' == ''">$(VersionPrefix).0</FileVersion>
Expand Down

0 comments on commit 4e562ff

Please sign in to comment.