Skip to content

Commit

Permalink
Added client IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-playfab committed Oct 15, 2024
1 parent 7b8b495 commit a98c3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { App } from "./app.tsx";
import "./index.css";

export const facebookAppId = "";
export const googleClientId = "";
export const microsoftClientId = "";
export const googleClientId = "1006886579566-psdcimf1u3qbsl7rb9doof62ob0eq8ot.apps.googleusercontent.com";
export const microsoftClientId = "d406de5e-eaa5-4c0a-aa64-bded00ce2b93";

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

0 comments on commit a98c3e6

Please sign in to comment.