@@ -50,6 +50,7 @@ class authCodeView(TemplateView):
@method_decorator(csrf_exempt)
def dispatch(self, *args, **kwargs):
+ # testtest11111111111111
return super(authCodeView, self).dispatch(*args, **kwargs)
@ratelimit(key='ip', rate='2/m')