Skip to content

Commit a841bde

Browse files
authored
Merge pull request #52 from AndreasDickow/master
2 parents 6cfc4ff + 41b7bd2 commit a841bde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mfa/U2F.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from django.http import HttpResponse
1313
from .models import *
1414
from .views import login
15+
from .Common import get_redirect_url
1516
import datetime
1617
from django.utils import timezone
1718

mfa/totp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from django.shortcuts import render
22
from django.views.decorators.cache import never_cache
33
from django.http import HttpResponse
4+
from .Common import get_redirect_url
45
from .models import *
56
from django.template.context_processors import csrf
67
import simplejson

0 commit comments

Comments
 (0)