Skip to content

Commit 9961e74

Browse files
committed
Updated Home Controller to solve minor issue
1 parent 106da4c commit 9961e74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Examples/DigitalIdentity/DigitalIdentity/Controllers/HomeController.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ public IActionResult DigitalIdentity()
6060
.WithDocumentImages()
6161
.Build();
6262

63-
var sessionReq = new ShareSessionRequestBuilder().WithPolicy(policy)
63+
var sessionReq = new ShareSessionRequestBuilder()
64+
.WithPolicy(policy)
6465
.WithNotification(notification)
65-
.WithRedirectUri("https:/www.yoti.com").WithSubject(new
66+
.WithRedirectUri("https:/www.yoti.com")
67+
.WithSubject(new
6668
{
6769
subject_id = "some_subject_id_string"
6870
}).Build();

0 commit comments

Comments
 (0)