Skip to content

Commit dc8f646

Browse files
Update src/OrchardCore.Modules/OrchardCore.OpenId/Services/OpenIdServerService.cs
Co-authored-by: Mike Alhayek <mike@crestapps.com>
1 parent 5ce13fe commit dc8f646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OrchardCore.Modules/OrchardCore.OpenId/Services/OpenIdServerService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private OpenIdServerSettings GetSettingsFromContainer(ISite container)
7979
PushedAuthorizationEndpointPath = "/connect/par",
8080
RevocationEndpointPath = "/connect/revoke",
8181
TokenEndpointPath = "/connect/token",
82-
UserinfoEndpointPath = "/connect/userinfo"
82+
UserinfoEndpointPath = "/connect/userinfo",
8383
};
8484
}
8585

0 commit comments

Comments
 (0)