Fixed Redirections, Removed the need for FIDO2_LOGIN_URL

This commit is contained in:
Mohamed El-Kalioby
2019-01-25 14:56:06 +03:00
parent 263a5e2b8c
commit 8fe3d4e496
3 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name='django-mfa2',
version='1.0.4',
version='1.1',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",