rtetley commited on
Commit
8f23671
Β·
1 Parent(s): 41b134b

fix(auth): changed the client-id to the bot one

Browse files
Files changed (1) hide show
  1. frontend/src/config/auth.js +2 -2
frontend/src/config/auth.js CHANGED
@@ -1,7 +1,7 @@
1
  export const HF_CONFIG = {
2
- CLIENT_ID: "46c6a915-7089-4f45-a85b-f7020276cb99",
3
  STORAGE_KEY: "hf_oauth",
4
  SCOPE: "openid profile",
5
- PROD_URL: "https://huggingface.co/spaces/rtetley/llm_leaderboard_fr",
6
  DEV_URL: "http://localhost:7860"
7
  };
 
1
  export const HF_CONFIG = {
2
+ CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
3
  STORAGE_KEY: "hf_oauth",
4
  SCOPE: "openid profile",
5
+ PROD_URL: "",
6
  DEV_URL: "http://localhost:7860"
7
  };