From b5691b51a200c2b9ba778f5a92c0d714d07e3b80 Mon Sep 17 00:00:00 2001 From: Mustafa Baser Date: Fri, 4 Mar 2022 22:08:41 +0300 Subject: [PATCH] fix(jans-linux-setup): not copy duo_web.py (#971) --- .../jans_setup/setup_app/installers/jans_auth.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jans-linux-setup/jans_setup/setup_app/installers/jans_auth.py b/jans-linux-setup/jans_setup/setup_app/installers/jans_auth.py index 39c7c8442e8..7f60e835091 100644 --- a/jans-linux-setup/jans_setup/setup_app/installers/jans_auth.py +++ b/jans-linux-setup/jans_setup/setup_app/installers/jans_auth.py @@ -124,11 +124,6 @@ def make_salt(self, enforce=False): Config.pairwiseCalculationSalt = self.genRandomString(random.randint(20,30)) def copy_static(self): - self.copyFile( - os.path.join(Config.install_dir, 'static/auth/lib/duo_web.py'), - os.path.join(Config.jansOptPythonFolder, 'libs' ) - ) - for conf_fn in ('duo_creds.json', 'gplus_client_secrets.json', 'super_gluu_creds.json', 'vericloud_jans_creds.json', 'cert_creds.json', 'otp_configuration.json'):