chore: fixes merge conflict
This commit is contained in:
@@ -29,11 +29,6 @@ public static class UmbracoBuilderAuthExtensions
|
|||||||
|
|
||||||
private static void ConfigureOpenIddict(IUmbracoBuilder builder)
|
private static void ConfigureOpenIddict(IUmbracoBuilder builder)
|
||||||
{
|
{
|
||||||
// Optionally hide tokens from the back-office.
|
|
||||||
var hideBackOfficeTokens = (builder.Config
|
|
||||||
.GetSection(Constants.Configuration.ConfigBackOfficeTokenCookie)
|
|
||||||
.Get<BackOfficeTokenCookieSettings>() ?? new BackOfficeTokenCookieSettings()).Enabled;
|
|
||||||
|
|
||||||
builder.Services.AddOpenIddict()
|
builder.Services.AddOpenIddict()
|
||||||
// Register the OpenIddict server components.
|
// Register the OpenIddict server components.
|
||||||
.AddServer(options =>
|
.AddServer(options =>
|
||||||
|
|||||||
Reference in New Issue
Block a user