File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/active-directory/develop Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ You can also configure `logoutPopup` to redirect the main window to a different
386
386
const config = {
387
387
auth: {
388
388
clientId: ' your_app_id' ,
389
- redirectUri: " your_app_redirect_uri" , // defaults to application start page
389
+ redirectUri: " your_app_redirect_uri" , // defaults to application start page
390
390
postLogoutRedirectUri: " your_app_logout_redirect_uri"
391
391
}
392
392
}
@@ -552,4 +552,4 @@ function App() {
552
552
553
553
## Next steps
554
554
555
- Move on to the next article in this scenario, [ Acquiring a token for the app] ( scenario-spa-acquire-token.md ) .
555
+ Move on to the next article in this scenario, [ Acquiring a token for the app] ( scenario-spa-acquire-token.md ) .
You can’t perform that action at this time.
0 commit comments