Skip to content

Commit

Permalink
Added Microsoft client ID for login (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-playfab authored Dec 19, 2024
1 parent 00f3e5f commit 2ecc22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "./index.css";

export const facebookAppId = "";
export const googleClientId = "";
export const microsoftClientId = "";
export const microsoftClientId = "8315e44b-c619-4608-a162-15ca52e83e72";

// Microsoft Authentication Library (MSAL) configuration
const msalInstance = new PublicClientApplication({
Expand Down

0 comments on commit 2ecc22f

Please sign in to comment.