Skip to content

Commit a750f9d

Browse files
Update src/OrchardCore.Modules/OrchardCore.OpenId/Controllers/ApplicationController.cs
Co-authored-by: Mike Alhayek <mike@crestapps.com>
1 parent e043187 commit a750f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrchardCore.Modules/OrchardCore.OpenId/Controllers/ApplicationController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ await _applicationManager.GetIdAsync(application), StringComparison.Ordinal))
350350
Scopes = model.ScopeEntries.Where(x => x.Selected).Select(x => x.Name).ToArray(),
351351
Type = model.Type,
352352
RequireProofKeyForCodeExchange = model.RequireProofKeyForCodeExchange,
353-
RequirePushedAuthorizationRequests = model.RequirePushedAuthorizationRequests
353+
RequirePushedAuthorizationRequests = model.RequirePushedAuthorizationRequests,
354354
};
355355

356356
await _applicationManager.UpdateDescriptorFromSettings(settings, application);

0 commit comments

Comments
 (0)