summaryrefslogtreecommitdiff
path: root/src/constants.js
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2023-09-28 10:32:22 -0600
committerLizzy Hunt <lizzy.hunt@usu.edu>2023-09-28 10:32:22 -0600
commit5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b (patch)
treea9fa0d5fe55d9d0e2cd5b4a042fdd9b973d2144a /src/constants.js
parentce1f646ab4f9f96235899a85a6a94278ad1c4624 (diff)
downloadaggietimed-5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b.tar.gz
aggietimed-5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b.zip
no more saml or duo
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/constants.js b/src/constants.js
index 8d5b6b6..8360b52 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -24,8 +24,6 @@ export const SAML_SUBMIT_SELECTOR = "input[type=submit]";
export const SAML_EMAIL_SELECTOR = "input[type=email]";
export const SAML_PASSWORD_SELECTOR = "input[type=password]";
-export const DUO_TRUST_SELECTOR = "#trust-browser-button";
-
export const MAX_DEFAULT_RETRY_AMOUNT = 3;
export const WAIT_MS = 2000;
export const RETRY_EXPONENT = 1.2;