Skip to content

Commit 6a250a8

Browse files
committed
Work on end_session_endpoint
1 parent 981b779 commit 6a250a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc_provider/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from django.contrib.auth import logout as django_user_logout
2020
from django.core.cache import cache
2121
from django.db import transaction
22-
from django.http import Http404, HttpResponse, JsonResponse
22+
from django.http import HttpResponse, JsonResponse
2323
from django.shortcuts import render
2424
from django.template.loader import render_to_string
2525
from django.utils.decorators import method_decorator

0 commit comments

Comments
 (0)