Skip to content

Commit 9124067

Browse files
committed
Merge branch 'update-scenario-spa-docs' of https://github.com/tnorling/azure-docs-pr into update-scenario-spa-docs
2 parents 8364e48 + c982425 commit 9124067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-spa-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ You can also configure `logoutPopup` to redirect the main window to a different
386386
const config = {
387387
auth: {
388388
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
390390
postLogoutRedirectUri: "your_app_logout_redirect_uri"
391391
}
392392
}
@@ -552,4 +552,4 @@ function App() {
552552

553553
## Next steps
554554

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).

0 commit comments

Comments
 (0)