Browse Source

long live code

main
gsd 4 months ago
parent
commit
2a86bacee0
  1. 2
      authManager.py

2
authManager.py

@ -17,7 +17,7 @@ class AuthManager:
NUM = "NUM"
NUM_SECURED = "NUM_SECURED"
SECRET_KEY = "SECRET_KEY"#todo
MAX_CODE_LIFE = 60
MAX_CODE_LIFE = 180
def __init__(self, args):
self.salt = args.web_salt

Loading…
Cancel
Save