Skip to content

Commit da6a786

Browse files
committed
Removed space after SignedOutCallbackPath
1 parent 4f9474e commit da6a786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-WebApp-your-API/4-3-AnyOrg/ToDoListClient/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ClientId": "[Enter the Client Id (Application ID obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]",
77
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]",
88
"CallbackPath": "/signin-oidc",
9-
"SignedOutCallbackPath ": "/signout-callback-oidc"
9+
"SignedOutCallbackPath": "/signout-callback-oidc"
1010
},
1111
"Logging": {
1212
"LogLevel": {

0 commit comments

Comments
 (0)