Skip to content

Commit

Permalink
update logout
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Sep 16, 2023
1 parent e7d3a3f commit dae6924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kickstart/kickstart.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"name": "ExampleNodeApp",
"oauthConfiguration" : {
"authorizedRedirectURLs": ["http://localhost:3000/api/auth/callback/fusionauth"],
"logoutURL": "http://localhost:4200/api/auth/",
"logoutURL": "http://localhost:3000/api/auth/",
"clientSecret": "#{clientSecret}",
"enabledGrants": ["authorization_code", "refresh_token"]
},
Expand Down

0 comments on commit dae6924

Please sign in to comment.