summaryrefslogtreecommitdiff
path: root/src/constants.js
diff options
context:
space:
mode:
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;