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

Commit f1dadea

Browse files
authored
Remove hard coded client ID
1 parent f1e79f7 commit f1dadea

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
@@ -15,7 +15,7 @@ <h4 id="WelcomeMessage"></h4>
1515

1616
<script>
1717
var applicationConfig = {
18-
clientID: '0813e1d1-ad72-46a9-8665-399bba48c201', //This is your client ID
18+
clientID: 'Enter_the_Application_Id_here', //This is your client ID
1919
graphScopes: ["user.read"],
2020
graphEndpoint: "https://graph.microsoft.com/v1.0/me"
2121
};

0 commit comments

Comments
 (0)