Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 21df418

Browse files
committed
a
1 parent f8d4d49 commit 21df418

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Frontend/Jp.UI.SSO/Controllers/Home/HomeController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public IActionResult Index()
3131
public async Task<IActionResult> Error(string errorId)
3232
{
3333
var vm = new ErrorViewModel();
34-
3534
// retrieve error details from identityserver
3635
var message = await _interaction.GetErrorContextAsync(errorId);
3736
if (message != null)

0 commit comments

Comments
 (0)