Fix missing import of get_redirect_url in totp and U2F

This commit is contained in:
Andreas Dickow
2021-08-11 11:18:12 +02:00
parent 6cfc4ff5d4
commit 41b7bd2929
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ from django.conf import settings
from django.http import HttpResponse
from .models import *
from .views import login
from .Common import get_redirect_url
import datetime
from django.utils import timezone