diff --git a/__pycache__/_forms.cpython-310.pyc b/__pycache__/_forms.cpython-310.pyc new file mode 100644 index 0000000..b8a748f Binary files /dev/null and b/__pycache__/_forms.cpython-310.pyc differ diff --git a/__pycache__/ad.cpython-310.pyc b/__pycache__/ad.cpython-310.pyc new file mode 100644 index 0000000..93d3612 Binary files /dev/null and b/__pycache__/ad.cpython-310.pyc differ diff --git a/__pycache__/db.cpython-310.pyc b/__pycache__/db.cpython-310.pyc new file mode 100644 index 0000000..91893c2 Binary files /dev/null and b/__pycache__/db.cpython-310.pyc differ diff --git a/__pycache__/mfa.cpython-310.pyc b/__pycache__/mfa.cpython-310.pyc new file mode 100644 index 0000000..e9fe5cf Binary files /dev/null and b/__pycache__/mfa.cpython-310.pyc differ diff --git a/__pycache__/vpn.cpython-310.pyc b/__pycache__/vpn.cpython-310.pyc new file mode 100644 index 0000000..35ea3ef Binary files /dev/null and b/__pycache__/vpn.cpython-310.pyc differ diff --git a/__pycache__/yamlcon.cpython-310.pyc b/__pycache__/yamlcon.cpython-310.pyc new file mode 100644 index 0000000..eb55342 Binary files /dev/null and b/__pycache__/yamlcon.cpython-310.pyc differ diff --git a/accounts.py b/accounts.py index daf9947..9d397a4 100644 --- a/accounts.py +++ b/accounts.py @@ -129,6 +129,7 @@ def two_factor(): if getMfaSecret(user=current_user.data['sAMAccountName']): currSecret = "MFA already setup" code = generateOTP(getMfaSecret(user=current_user.data['sAMAccountName'])) + uri = '' elif not getMfaSecret(user=current_user.data['sAMAccountName']): setupMfaSecret(user=current_user.data['sAMAccountName'], secret=generateSecret()) diff --git a/templates/forwardemail.html b/templates/forwardemail.html new file mode 100644 index 0000000..e69de29