Skip to content

Commit

Permalink
fix(jans-linux-setup): not copy duo_web.py (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Mar 4, 2022
1 parent 5fc60d4 commit b5691b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jans-linux-setup/jans_setup/setup_app/installers/jans_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):

Expand Down

0 comments on commit b5691b5

Please sign in to comment.