Skip to content

Commit

Permalink
set alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tchilcutt committed May 9, 2024
1 parent e38d6e1 commit 91d5573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_saml2_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from django.http import HttpResponseRedirect
from django.shortcuts import render
from django.template import TemplateDoesNotExist
from django.utils.http import url_has_allowed_host_and_scheme
from django.utils.http import url_has_allowed_host_and_scheme as is_safe_url
from django.views.decorators.csrf import csrf_exempt
from pkg_resources import parse_version
import jwt
Expand Down

0 comments on commit 91d5573

Please sign in to comment.