Skip to content

Commit

Permalink
Add route to handle duplicate signin for users
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilhau committed Dec 5, 2024
1 parent b121a25 commit a7cfeaa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ namespace Equinor.ProjectExecutionPortal.ClientBackend.Controllers
public class BundleController : Controller
{
[Authorize]
[HttpGet("/")]
[HttpGet("/authentication/{*anything}")]
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public Task<IActionResult> Index()
{
Expand Down

0 comments on commit a7cfeaa

Please sign in to comment.