From e7a8e8c97deef04775d32797f2258ac5bd2f72e2 Mon Sep 17 00:00:00 2001 From: Unknown <53575465+EndlessEevee@users.noreply.github.com> Date: Mon, 13 May 2024 19:28:08 -0700 Subject: [PATCH] Update upload.html --- Pages/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pages/upload.html b/Pages/upload.html index 49d07ce..8e98c6a 100644 --- a/Pages/upload.html +++ b/Pages/upload.html @@ -25,7 +25,7 @@ function signInWithMicrosoft() { window.open( "https://login.microsoftonline.com/common/oauth2/v2.0/authorize?" + - "client_id=YOUR_CLIENT_ID" + // Replace with your client ID + "client_id=c91a3691-c800-4aed-9e85-1a2c896327de" + // Replace with your client ID "&response_type=code" + "&redirect_uri=http://localhost:5500/Pages/Callback.html" + // Replace with your redirect URI "&scope=openid%20offline_access%20Files.ReadWrite.All",