mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
Update upload.html
This commit is contained in:
parent
bf9311f943
commit
e7a8e8c97d
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue