Skip to content

Commit c982425

Browse files
tnorlingjo-arroyo
andauthored
Update articles/active-directory/develop/scenario-spa-sign-in.md
Co-authored-by: Jo Arroyo <[email protected]>
1 parent 67910cd commit c982425

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)