Skip to content

Commit

Permalink
Work on end_session_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Dec 4, 2024
1 parent 981b779 commit 6a250a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc_provider/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from django.contrib.auth import logout as django_user_logout
from django.core.cache import cache
from django.db import transaction
from django.http import Http404, HttpResponse, JsonResponse
from django.http import HttpResponse, JsonResponse
from django.shortcuts import render
from django.template.loader import render_to_string
from django.utils.decorators import method_decorator
Expand Down

0 comments on commit 6a250a8

Please sign in to comment.