Skip to content

Commit afc5054

Browse files
committed
updated msal-broswer integrity
1 parent 431bc55 commit afc5054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In the next steps you'll create a new folder for the JavaScript SPA, and set up
183183
crossorigin="anonymous"></script>
184184

185185
<!-- adding Bootstrap 4 for UI components -->
186-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
186+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-o4ufwq3oKqc7IoCcR08YtZXmgOljhTggRwxP2CLbSqeXGtitAxwYaUln/05nJjit" crossorigin="anonymous">
187187
</head>
188188
<body>
189189
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">

0 commit comments

Comments
 (0)