diff options
author | Lizzy Hunt <logan.hunt@usu.edu> | 2023-02-15 11:04:32 -0700 |
---|---|---|
committer | Lizzy Hunt <logan.hunt@usu.edu> | 2023-02-15 11:05:25 -0700 |
commit | 30cbc219e68ef5fc7da56e322e1aeca102bdb479 (patch) | |
tree | acceb5b39b06a48e3ed83a2ae0768570d7bf4b98 /src/constants.js | |
parent | 39cb1f34e3ebc4c989f1c1b44f031331d8c3e036 (diff) | |
download | aggietimed-30cbc219e68ef5fc7da56e322e1aeca102bdb479.tar.gz aggietimed-30cbc219e68ef5fc7da56e322e1aeca102bdb479.zip |
Fuck CAS. All my homies fucking hate CAS.
Diffstat (limited to 'src/constants.js')
-rw-r--r-- | src/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js index 5087f3f..a0b09e5 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,5 +1,6 @@ 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"; |