Skip to content

Commit aedcebf

Browse files
Merge pull request #232339 from YashikaTyagii/patch-102
(AzureCXP) fixes MicrosoftDocs/azure-docs#107100
2 parents 65eb260 + 13ef753 commit aedcebf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ In the next steps, you'll create a new folder for the JavaScript SPA and set up
185185

186186
<!-- msal.js with a fallback to backup CDN -->
187187
<script src="https://alcdn.msauth.net/browser/2.30.0/js/msal-browser.js"
188-
integrity="sha384-L8LyrNcolaRZ4U+N06atid1fo+kBo8hdlduw0yx+gXuACcdZjjquuGZTA5uMmUdS"
188+
integrity="sha384-o4ufwq3oKqc7IoCcR08YtZXmgOljhTggRwxP2CLbSqeXGtitAxwYaUln/05nJjit"
189189
crossorigin="anonymous"></script>
190190

191191
<!-- adding Bootstrap 4 for UI components -->
192-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-o4ufwq3oKqc7IoCcR08YtZXmgOljhTggRwxP2CLbSqeXGtitAxwYaUln/05nJjit" crossorigin="anonymous">
192+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
193193
</head>
194194
<body>
195195
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
@@ -585,4 +585,4 @@ The Microsoft Graph API requires the `User.Read` scope to read a user's profile.
585585
Delve deeper into SPA development on the Microsoft identity platform in the first part of a scenario series:
586586

587587
> [!div class="nextstepaction"]
588-
> [Scenario: Single-page application](scenario-spa-overview.md)
588+
> [Scenario: Single-page application](scenario-spa-overview.md)

0 commit comments

Comments
 (0)