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

Commit d680af4

Browse files
author
Prithvi Kanherkar
committed
Cleaning code
1 parent 4308d99 commit d680af4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JavaScriptSPA/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ <h4 id="WelcomeMessage"></h4>
5151
callMSGraph(applicationConfig.graphEndpoint, accessToken, graphAPICallback);
5252
}, function (error) {
5353
if (isIE) {
54-
alert("IE");
5554
// NOTE: only for IE browsers
5655
// Call acquireTokenRedirect in case of acquireToken Failure
5756
if (error.indexOf("consent_required") !== -1 || error.indexOf("interaction_required") !== -1) {

0 commit comments

Comments
 (0)