Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 596e974

Browse files
author
derisen
committed
load order
1 parent 751ad36 commit 596e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScriptSPA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ <h5 id="label" class="card-title">Sign-in with Microsoft Azure AD B2C</h5>
4343
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
4444

4545
<!-- importing app scripts -->
46-
<script type="text/javascript" src="./authConfig.js"></script>
4746
<script type="text/javascript" src="./apiConfig.js"></script>
47+
<script type="text/javascript" src="./authConfig.js"></script>
4848
<script type="text/javascript" src="./ui.js"></script>
4949

5050
<!-- replace next line with authRedirect.js if you would like to use the redirect flow -->

0 commit comments

Comments
 (0)