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

Commit 73cda35

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dev' into dev
2 parents 6442a9f + dcc801c commit 73cda35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/Jp.UI.SSO/Controllers/Account/AccountController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public async Task<IActionResult> ExternalLoginCallback()
305305
}
306306
}
307307

308-
return RedirectToAction("Index", "Home");
308+
return Redirect(returnUrl);
309309
}
310310

311311
/// <summary>

0 commit comments

Comments
 (0)