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/constants.js | |
parent | ce1f646ab4f9f96235899a85a6a94278ad1c4624 (diff) | |
download | aggietimed-5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b.tar.gz aggietimed-5a7f1ac4c9ec3044bef6dee6f7f6d7f51046526b.zip |
no more saml or duo
Diffstat (limited to 'src/constants.js')
-rw-r--r-- | src/constants.js | 2 |
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; |