summaryrefslogtreecommitdiff
path: root/src/constants.js
blob: a0b09e5b502680595e5066abe77f2adefd15dd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export const AGGIETIME_URI = "https://aggietimeultra.usu.edu";
export const LOGIN_PATH = "api/v1/auth/login";
export const USER_PATH = "api/v1/auth/get_user_info";
export const EXECUTION_SELECTOR = "input[type=hidden][name=execution]";
export const DUO_IFRAME_SELECTOR = "#duo_iframe";
export const DUO_FACTOR = "Duo Push";
export const DUO_INPUT_FIELD_SELECTORS = [
  "input[type=hidden][name=sid]",
  "input[type=hidden][name=out_of_date]",
  "input[type=hidden][name=days_out_of_date]",
  "input[type=hidden][name=days_to_block]",
  "input[type=hidden][name=preferred_device]",
];