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

Commit ec31bca

Browse files
author
Prithvi Kanherkar
committed
Removing errors after merge
1 parent 8c34b58 commit ec31bca

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

JavaScriptSPA/index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,12 @@ <h4 id="WelcomeMessage"></h4>
1313
<br/><br/>
1414
<pre id="json"></pre>
1515

16-
<<<<<<< HEAD
1716
<script>
1817
var applicationConfig = {
1918
clientID: '0813e1d1-ad72-46a9-8665-399bba48c201', //This is your client ID
2019
graphScopes: ["user.read"],
2120
graphEndpoint: "https://graph.microsoft.com/v1.0/me"
2221
};
23-
=======
24-
<script>
25-
// Browser check variables
26-
var ua = window.navigator.userAgent;
27-
var msie = ua.indexOf('MSIE ');
28-
var msie11 = ua.indexOf('Trident/');
29-
var msedge = ua.indexOf('Edge/');
30-
var isIE = msie > 0 || msie11 > 0;
31-
var isEdge = msedge > 0;
32-
33-
var applicationConfig = {
34-
clientID: "Enter_the_Application_Id_here", //This is your client ID
35-
graphScopes: ["user.read"],
36-
graphEndpoint: "https://graph.microsoft.com/v1.0/me"
37-
};
38-
>>>>>>> 1fbe10f469b303ec16eccd34c22172576ab7759f
3922

4023
//Pass null for default authority (https://login.microsoftonline.com/common)
4124
var myMSALObj = new Msal.UserAgentApplication(applicationConfig.clientID, null, acquireTokenRedirectCallBack,

0 commit comments

Comments
 (0)