Skip to content

Commit

Permalink
change google client id
Browse files Browse the repository at this point in the history
  • Loading branch information
SmnHgr committed Feb 22, 2024
1 parent 859d8e5 commit bf2a957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/util/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const ERROR_UNAUTHORIZED = 401;
export const ERROR_CONFLICT = 409;

export const OAUTH_GOOGLE_CLIENT_ID = "853032647850-896jhdp7s4ck8e1pqlmoktibs8a2ih2i.apps.googleusercontent.com";
export const OAUTH_GOOGLE_CLIENT_ID = "791499076585-bn1sfeg0r4ip1gb0b6uctmtir8gn6pjp.apps.googleusercontent.com";

export const MIN_LENGTH_USERNAME = 3
export const MIN_LENGTH_PASSWORD = 6
Expand Down

0 comments on commit bf2a957

Please sign in to comment.