Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Feb 26, 2024
1 parent 3d507c4 commit c97f334
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ export const AVAILABLE_LANGUAGES: { [key: string]: string } = {

export const LOCALIZED_MESSAGES = messages as unknown as { [key: string]: { [key: string]: string } };

export const SIGNUP_CONFIG_URL = "/services/jsconfig/signup/config";
export const EDUID_CONFIG_URL = "/services/jsconfig/config";
export const ERRORS_CONFIG_URL = "/services/jsconfig/errors/config";

// login
export const EDUID_COOKIE_NAME = "sessid";
export const LOGIN_CONFIG_URL = "/services/jsconfig/login/config";
export const PASSWORD_SERVICE_URL = "/services/reset-password";

0 comments on commit c97f334

Please sign in to comment.