We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cfc4ff + 41b7bd2 commit a841bdeCopy full SHA for a841bde
mfa/U2F.py
@@ -12,6 +12,7 @@
12
from django.http import HttpResponse
13
from .models import *
14
from .views import login
15
+from .Common import get_redirect_url
16
import datetime
17
from django.utils import timezone
18
mfa/totp.py
@@ -1,6 +1,7 @@
1
from django.shortcuts import render
2
from django.views.decorators.cache import never_cache
3
4
5
6
from django.template.context_processors import csrf
7
import simplejson
0 commit comments