Skip to content

Commit 83a8ea6

Browse files
committed
fix for redirects full project
1 parent 7c7626f commit 83a8ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

launcher-csharp/eSignature/Controllers/HomeController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public IActionResult Index(string egName)
8888

8989
if (egName == "home")
9090
{
91+
this.RequestItemsService.EgName = null;
9192
this.CheckIfThisIsCfr11Account();
9293
return this.View();
9394
}

0 commit comments

Comments
 (0)