Skip to content

Commit fa99dcd

Browse files
authored
Merge pull request #91 from BenBagBag/ch-1-electron-signin
Ch 1 electron signin
2 parents fc84c42 + 0bc85c2 commit fa99dcd

4 files changed

Lines changed: 1159 additions & 7 deletions

File tree

1-Authentication/3-sign-in-electron/App/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h5 class="card-header text-center" id="WelcomeMessage">Welcome to the Microsoft
5252

5353
<!-- importing bootstrap.js and supporting js libraries -->
5454
<script src="./node_modules/jquery/dist/jquery.js"></script>
55-
<script src="./node_modules/popper.js/dist/umd/popper.js"></script>
55+
<script src="./node_modules/@popperjs/core/dist/umd/popper.min.js"></script>
5656
<script src="./node_modules/bootstrap/dist/js/bootstrap.js"></script>
5757

5858
<!-- importing app scripts | load order is important -->

0 commit comments

Comments
 (0)