Skip to content

Commit caebf37

Browse files
committed
Merge branch 'refs/heads/v14/dev' into release/14.0
2 parents 7230091 + f0dae52 commit caebf37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Umbraco.Cms.Api.Management/Routing/BackOfficeAreaRoutes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ private void MapMinimalBackOffice(IEndpointRouteBuilder endpoints)
8282
Controller = ControllerExtensions.GetControllerName<BackOfficeDefaultController>(),
8383
Action = nameof(BackOfficeDefaultController.Index),
8484
},
85-
constraints: new { slug = @"^(section.*|upgrade|install|logout|error)$" });
85+
constraints: new { slug = @"^(section.*|upgrade|install|oauth_complete|logout|error)$" });
8686
}
8787
}

0 commit comments

Comments
 (0)