diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-09-28 10:32:22 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-09-28 10:32:22 -0600 |
| commit | 5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b (patch) | |
| tree | a9fa0d5fe55d9d0e2cd5b4a042fdd9b973d2144a /src/aggietime.js | |
| parent | ce1f646ab4f9f96235899a85a6a94278ad1c4624 (diff) | |
| download | aggietimed-5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b.tar.gz aggietimed-5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b.zip | |
no more saml or duo
Diffstat (limited to 'src/aggietime.js')
| -rw-r--r-- | src/aggietime.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aggietime.js b/src/aggietime.js index 5c0ff72..f037fd4 100644 --- a/src/aggietime.js +++ b/src/aggietime.js @@ -92,7 +92,7 @@ export const current_shift = async () => { if (`${AGGIETIME_URI}/${req_path}` != response_url) { // IMO a very weird decision - when there is no open shift the api redirects - // home instead of sending back a 404 or something actually *reasonable* :3 + // home instead of sending back a 404 or something return null; } |
