add the new oauth_complete path to the list of exemptions for the backoffice client (#16210)
This commit is contained in:
@@ -82,6 +82,6 @@ public sealed class BackOfficeAreaRoutes : IAreaRoutes
|
||||
Controller = ControllerExtensions.GetControllerName<BackOfficeDefaultController>(),
|
||||
Action = nameof(BackOfficeDefaultController.Index),
|
||||
},
|
||||
constraints: new { slug = @"^(section.*|upgrade|install|logout|error)$" });
|
||||
constraints: new { slug = @"^(section.*|upgrade|install|oauth_complete|logout|error)$" });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user