We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bd514 commit 9fc197aCopy full SHA for 9fc197a
djangosaml2/views.py
@@ -103,7 +103,6 @@ class LoginView(SPConfigMixin, View):
103
If set to None or nonexistent template, default form from the saml2 library
104
will be rendered.
105
"""
106
- logger.debug('Login process started')
107
108
wayf_template = 'djangosaml2/wayf.html'
109
authorization_error_template = 'djangosaml2/auth_error.html'
@@ -124,7 +123,7 @@ def get_next_path(self, request: HttpRequest) -> str:
124
123
return next_path
125
126
def get(self, request, *args, **kwargs):
127
+ logger.debug('Login process started')
128
next_path = self.get_next_path(request)
129
130
# if the user is already authenticated that maybe because of two reasons:
0 commit comments